Home
last modified time | relevance | path

Searched refs:commandIntent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java291 private void doBindService(Context context, Intent commandIntent, String serviceName) { in doBindService() argument
292 String targetPackage = getTargetPackage(commandIntent); in doBindService()
293 int flags = getFlags(commandIntent); in doBindService()
303 private void doUnbindService(Context context, Intent commandIntent) { in doUnbindService() argument
304 String targetPackage = getTargetPackage(commandIntent); in doUnbindService()
308 private void doStartForegroundService(Context context, Intent commandIntent) { in doStartForegroundService() argument
309 String targetPackage = getTargetPackage(commandIntent); in doStartForegroundService()
311 fgsIntent.putExtras(commandIntent); in doStartForegroundService()
323 private void doStartService(Context context, Intent commandIntent) { in doStartService() argument
324 String targetPackage = getTargetPackage(commandIntent); in doStartService()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLockTaskUiTestActivity.java367 final Intent commandIntent = new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in createSetLockTaskFeaturesTest() local
368 commandIntent.putExtra(CommandReceiverActivity.EXTRA_COMMAND, in createSetLockTaskFeaturesTest()
370 commandIntent.putExtra(CommandReceiverActivity.EXTRA_VALUE, featureFlags); in createSetLockTaskFeaturesTest()
373 new ButtonInfo(titleResId, commandIntent)); in createSetLockTaskFeaturesTest()
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java1460 final Intent commandIntent = new Intent(action); in sendCommandToIme() local
1467 commandIntent.putExtra(EXTRA_FINISH_COMMAND, pendingIntent); in sendCommandToIme()
1468 sContext.sendBroadcast(commandIntent); in sendCommandToIme()