Home
last modified time | relevance | path

Searched refs:ACTION_EXECUTE_COMMAND (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DPolicyTransparencyTestActivity.java191 final Intent intent = new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in onClick()
211 intent = new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in onCheckedChanged()
222 final Intent intent = new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in onItemSelected()
DPolicyTransparencyTestListActivity.java231 final Intent intent = new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in finish()
DCommandReceiverActivity.java66 public static final String ACTION_EXECUTE_COMMAND = field in CommandReceiverActivity
688 Intent intent = new Intent(ACTION_EXECUTE_COMMAND); in createSetUserRestrictionIntent()
DLockTaskUiTestActivity.java357 final Intent commandIntent = new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in createSetLockTaskFeaturesTest()
DDeviceAdminTestReceiver.java208 filter.addAction(CommandReceiverActivity.ACTION_EXECUTE_COMMAND); in setupProfile()
DEnterprisePrivacyTestListActivity.java91 return new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND) in buildCommandIntent()