Searched defs:SHELL_PACKAGE_NAME (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerShellCommand.java | 141 private static final String SHELL_PACKAGE_NAME = "com.android.shell"; field in ActivityManagerShellCommand
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiShellCommand.java | 111 public static String SHELL_PACKAGE_NAME = "com.android.shell"; field in WifiShellCommand 750 Arrays.asList(suggestion), SHELL_PACKAGE_NAME); in onCommand() local 768 Collections.emptyList(), SHELL_PACKAGE_NAME); in onCommand() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorManagerService.java | 1446 public static final String SHELL_PACKAGE_NAME = "com.android.shell"; field in VibratorManagerService.VibratorManagerShellCommand 1521 vibrate(Binder.getCallingUid(), SHELL_PACKAGE_NAME, effect, attrs, in runMono() local 1535 vibrate(Binder.getCallingUid(), SHELL_PACKAGE_NAME, combination.combine(), attrs, in runStereo() local 1549 vibrate(Binder.getCallingUid(), SHELL_PACKAGE_NAME, combination.combine(), attrs, in runSequential() local
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsState.java | 146 private static final String SHELL_PACKAGE_NAME = "com.android.shell"; field in SettingsState
|