Searched defs:guard (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/stats/profiler/
H A DProfilers.java111 public GuardingProfiler guard() { method in class:Profilers
115 public Profile guard(String name) { method in class:Profilers
116 return guard().create(name).start();
119 public Profile guard(String name, int durationMillis) { method in class:Profilers
120 return guard().create(name, durationMillis).start();
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/
H A DEnterprisePolicyGuardTest.java99 EnterprisePolicyGuard guard = new EnterprisePolicyGuardTestable(getContext(), true);
100 checkDirectorySupport(guard, URI_PHONE_LOOKUP, true);
101 checkDirectorySupport(guard, URI_EMAILS_LOOKUP, true);
102 checkDirectorySupport(guard, URI_CONTACTS_FILTER, true);
103 checkDirectorySupport(guard, URI_PHONES_FILTER, true);
104 checkDirectorySupport(guard, URI_CALLABLES_FILTER, true);
105 checkDirectorySupport(guard, URI_EMAILS_FILTER, true);
106 checkDirectorySupport(guard, URI_DIRECTORY_FILE, true);
107 checkDirectorySupport(guard, URI_DIRECTORIES, false);
108 checkDirectorySupport(guard, URI_DIRECTORIES_I
223 checkDirectorySupport(EnterprisePolicyGuard guard, Uri uri, boolean expected) argument
234 checkCrossProfile(EnterprisePolicyGuard guard, Uri uri, boolean expected) argument
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 65 milliseconds