Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DCloseGuardTest.java41 ResourceOwner owner = new ResourceOwner(); in testEnabled_NotOpen() local
47 ResourceOwner owner = new ResourceOwner(); in testEnabled_OpenNotClosed() local
54 ResourceOwner owner = new ResourceOwner(); in testEnabled_OpenThenClosed() local
66 private void assertUnreleasedResources(ResourceOwner owner, int expectedCount) in assertUnreleasedResources()
/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()
283 private synchronized TestJournal getTestJournal(String owner) { in getTestJournal()
292 synchronized void addCallback(String owner, ActivityCallback callback) { in addCallback()
[all …]
/cts/tests/tests/car/src/android/car/cts/
DCarAppFocusManagerTest.java69 FocusOwnershipCallback owner = new FocusOwnershipCallback(/* assertEventThread= */ false); in setUp() local
102 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in testRequestAbandon() local
112 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in testRequestAbandon2() local
205 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in testFocusChange() local
318 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in testFilter() local
345 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.java287 String owner = executeSuShellAdbCommand(1, "stat", "-c", "%U:%g", targetDir)[0]; in writeProfile() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java354 final int owner = mUsers[0]; in testMultiUserStorageIsolated() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0333/
Dlocal_poc.h193 __u8 owner; member
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java643 public SimpleMultiResolutionImageReaderListener(MultiResolutionImageReader owner, in SimpleMultiResolutionImageReaderListener()