Searched refs:commandIntent (Results 1 – 3 of 3) sorted by relevance
291 private void doBindService(Context context, Intent commandIntent, String serviceName) { in doBindService() argument292 String targetPackage = getTargetPackage(commandIntent); in doBindService()293 int flags = getFlags(commandIntent); in doBindService()303 private void doUnbindService(Context context, Intent commandIntent) { in doUnbindService() argument304 String targetPackage = getTargetPackage(commandIntent); in doUnbindService()308 private void doStartForegroundService(Context context, Intent commandIntent) { in doStartForegroundService() argument309 String targetPackage = getTargetPackage(commandIntent); in doStartForegroundService()311 fgsIntent.putExtras(commandIntent); in doStartForegroundService()323 private void doStartService(Context context, Intent commandIntent) { in doStartService() argument324 String targetPackage = getTargetPackage(commandIntent); in doStartService()[all …]
367 final Intent commandIntent = new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in createSetLockTaskFeaturesTest() local368 commandIntent.putExtra(CommandReceiverActivity.EXTRA_COMMAND, in createSetLockTaskFeaturesTest()370 commandIntent.putExtra(CommandReceiverActivity.EXTRA_VALUE, featureFlags); in createSetLockTaskFeaturesTest()373 new ButtonInfo(titleResId, commandIntent)); in createSetLockTaskFeaturesTest()
1460 final Intent commandIntent = new Intent(action); in sendCommandToIme() local1467 commandIntent.putExtra(EXTRA_FINISH_COMMAND, pendingIntent); in sendCommandToIme()1468 sContext.sendBroadcast(commandIntent); in sendCommandToIme()