Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 6 of 6) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestJournalProvider.java138 public static void putExtras(Context context, ComponentName owner, in putExtras()
144 public static void putExtras(Context context, String owner, Consumer<Bundle> bundleFiller) { in putExtras()
145 try (TestJournalClient client = TestJournalClient.create(context, owner)) { in putExtras() argument
191 public TestJournalClient(ContentProviderClient client, String owner) { in TestJournalClient()
227 static TestJournalClient create(Context context, ComponentName owner) { in create()
232 static TestJournalClient create(Context context, String owner) { in create()
264 public static TestJournal get(ComponentName owner) { in get()
269 public static TestJournal get(String owner) { in get()
273 private synchronized TestJournal getTestJournal(String owner) { in getTestJournal()
282 synchronized void addCallback(String owner, ActivityCallback callback) { in addCallback()
[all …]
/cts/tests/tests/car/src/android/car/cts/
DCarAppFocusManagerTest.java60 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in setUp() local
119 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in testFocusChange() local
221 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in testFilter() local
248 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in testMultipleChangeListenersPerManager() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DLifecycleLog.java134 LifecycleLogClient(ContentProviderClient client, Activity owner) { in LifecycleLogClient()
155 static LifecycleLogClient create(Activity owner) { in create()
/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java269 String owner = executeSuShellAdbCommand(1, "stat", "-c", "%U:%g", targetDir)[0]; in writeProfile() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java327 final int owner = mUsers[0]; in testMultiUserStorageIsolated() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0333/
Dlocal_poc.h177 __u8 owner; member