OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APPOPS_SET_SHELL_COMMAND
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerUsageTest.java
35
private static final String
APPOPS_SET_SHELL_COMMAND
= "appops set {0} " +
/cts/tests/tests/app.usage/src/android/app/usage/cts/
NetworkUsageStatsTest.java
70
private static final String
APPOPS_SET_SHELL_COMMAND
= "appops set {0} {1} {2}";
250
final String command = MessageFormat.format(
APPOPS_SET_SHELL_COMMAND
, mPkg, appop, mode);
[
all
...]
UsageStatsTest.java
90
private static final String
APPOPS_SET_SHELL_COMMAND
= "appops set {0} " +
150
final String command = MessageFormat.format(
APPOPS_SET_SHELL_COMMAND
,
[
all
...]
Completed in 278 milliseconds