Searched defs:commandIntent (Results 1 – 3 of 3) sorted by relevance
/cts/tests/app/app/src/android/app/stubs/ |
D | CommandReceiver.java | 291 private void doBindService(Context context, Intent commandIntent, String serviceName) { in doBindService() 303 private void doUnbindService(Context context, Intent commandIntent) { in doUnbindService() 308 private void doStartForegroundService(Context context, Intent commandIntent) { in doStartForegroundService() 323 private void doStartService(Context context, Intent commandIntent) { in doStartService() 331 private void doStartForegroundServiceWithType(Context context, Intent commandIntent) { in doStartForegroundServiceWithType() 346 private void doStartForegroundServiceSticky(Context context, Intent commandIntent) { in doStartForegroundServiceSticky() 361 private void doStopService(Context context, Intent commandIntent, in doStopService() 386 private void doStartActivity(Context context, Intent commandIntent) { in doStartActivity() 396 private void doStopActivity(Context context, Intent commandIntent) { in doStopActivity() 404 private PendingIntent doCreateFgslPendingIntent(Context context, Intent commandIntent) { in doCreateFgslPendingIntent() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | LockTaskUiTestActivity.java | 367 final Intent commandIntent = new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in createSetLockTaskFeaturesTest() local
|
/cts/tests/translation/src/android/translation/cts/ |
D | UiTranslationManagerTest.java | 1460 final Intent commandIntent = new Intent(action); in sendCommandToIme() local
|