chore: Cleanup, and hidden feature logged

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2025-10-04 23:03:42 +07:00
parent 5180c3d4c4
commit 11f7abcb66
1818 changed files with 104955 additions and 147858 deletions

View File

@@ -41,8 +41,8 @@ import com.android.systemui.plugins.annotations.ProvidesInterface;
public interface VolumeDialogController {
int VERSION = 1;
void setActiveStream(int stream, boolean sync);
void setStreamVolume(int stream, int userLevel, boolean sync);
void setActiveStream(int stream);
void setStreamVolume(int stream, int userLevel);
void setRingerMode(int ringerModeNormal, boolean external);
boolean hasVibrator();