Home
last modified time | relevance | path

Searched defs: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()
188 private void doUnbindService(Context context, Intent commandIntent) { in doUnbindService()
193 private void doStartForegroundService(Context context, Intent commandIntent) { in doStartForegroundService()
208 private void doStartService(Context context, Intent commandIntent) { in doStartService()
216 private void doStartForegroundServiceWithType(Context context, Intent commandIntent) { in doStartForegroundServiceWithType()
231 private void doStartForegroundServiceSticky(Context context, Intent commandIntent) { in doStartForegroundServiceSticky()
246 private void doStopService(Context context, Intent commandIntent, in doStopService()
271 private void doStartActivity(Context context, Intent commandIntent) { in doStartActivity()
281 private void doStopActivity(Context context, Intent commandIntent) { in doStopActivity()
289 private void doCreateFgslPendingIntent(Context context, Intent commandIntent) { in doCreateFgslPendingIntent()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLockTaskUiTestActivity.java357 final Intent commandIntent = new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in createSetLockTaskFeaturesTest() local
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java701 final Intent commandIntent = new Intent(action); in sendCommandToIme() local