OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commandIntent
(Results
1 - 2
of
2
) sorted by null
/cts/tests/app/app/src/android/app/stubs/
CommandReceiver.java
88
private void doBindService(Context context, Intent
commandIntent
) {
94
String targetPackage = getTargetPackage(
commandIntent
);
95
int flags = getFlags(
commandIntent
);
105
private void doUnbindService(Context context, Intent
commandIntent
) {
106
String targetPackage = getTargetPackage(
commandIntent
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
LockTaskUiTestActivity.java
352
final Intent
commandIntent
= new Intent(CommandReceiverActivity.ACTION_EXECUTE_COMMAND);
353
commandIntent
.putExtra(CommandReceiverActivity.EXTRA_COMMAND,
355
commandIntent
.putExtra(CommandReceiverActivity.EXTRA_VALUE, featureFlags);
358
new ButtonInfo(titleResId,
commandIntent
));
Completed in 117 milliseconds