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.java176 private void doBindService(Context context, Intent commandIntent, String serviceName) { in doBindService() argument
177 String targetPackage = getTargetPackage(commandIntent); in doBindService()
178 int flags = getFlags(commandIntent); in doBindService()
188 private void doUnbindService(Context context, Intent commandIntent) { in doUnbindService() argument
189 String targetPackage = getTargetPackage(commandIntent); in doUnbindService()
193 private void doStartForegroundService(Context context, Intent commandIntent) { in doStartForegroundService() argument
194 String targetPackage = getTargetPackage(commandIntent); in doStartForegroundService()
196 fgsIntent.putExtras(commandIntent); in doStartForegroundService()
208 private void doStartService(Context context, Intent commandIntent) { in doStartService() argument
209 String targetPackage = getTargetPackage(commandIntent); in doStartService()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLockTaskUiTestActivity.java357 final Intent commandIntent = new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in createSetLockTaskFeaturesTest() local
358 commandIntent.putExtra(CommandReceiverActivity.EXTRA_COMMAND, in createSetLockTaskFeaturesTest()
360 commandIntent.putExtra(CommandReceiverActivity.EXTRA_VALUE, featureFlags); in createSetLockTaskFeaturesTest()
363 new ButtonInfo(titleResId, commandIntent)); in createSetLockTaskFeaturesTest()
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java701 final Intent commandIntent = new Intent(action); in sendCommandToIme() local
708 commandIntent.putExtra(EXTRA_FINISH_COMMAND, pendingIntent); in sendCommandToIme()
709 sContext.sendBroadcast(commandIntent); in sendCommandToIme()