OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:settingsIntentActions
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
PolicyTransparencyTestListActivity.java
70
final String[]
settingsIntentActions
= new String[] {
88
if (policyTests.length !=
settingsIntentActions
.length ||
91
+ "
settingsIntentActions
and policyLabels do not match");
99
settingsIntentActions
[i]);
UserRestrictions.java
116
final String[]
settingsIntentActions
= new String[] {
145
|| RESTRICTION_IDS_FOR_POLICY_TRANSPARENCY.length !=
settingsIntentActions
.length) {
147
+ "restrictionActions, and
settingsIntentActions
do not match");
155
settingsIntentActions
[i]));
Completed in 71 milliseconds