Home
last modified time | relevance | path

Searched refs:instances (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2116 Cursor instances = getInstances(timeZone, rangeStart, rangeEnd, projection, in testInstanceSearch() local
2118 dumpInstances(instances, timeZone, "all"); in testInstanceSearch()
2119 instances.close(); in testInstanceSearch()
2122 Cursor instances; in testInstanceSearch() local
2127 instances = getInstancesSearch(timeZone, rangeStart, rangeEnd, in testInstanceSearch()
2129 count = instances.getCount(); in testInstanceSearch()
2130 instances.close(); in testInstanceSearch()
2134 instances = getInstancesSearch(timeZone, rangeStart, rangeEnd, in testInstanceSearch()
2136 count = instances.getCount(); in testInstanceSearch()
2137 instances.close(); in testInstanceSearch()
[all …]
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dutilities.h164 void SetUp() override { instances = ThisShouldBeDestroyed::numInstances(); } in SetUp()
166 EXPECT_EQ(instances, ThisShouldBeDestroyed::numInstances()); in TearDown()
170 size_t instances = 0;
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityStarterTests.java107 final int instances = mAmWmState.getAmState().getActivityCountInTask(taskId, null); in testLaunchStandardActivity() local
113 assertEquals("instances of activity in task must be increased.", instances + 1, in testLaunchStandardActivity()
143 final int instances = mAmWmState.getAmState().getActivityCountInTask(taskId, null); in testLaunchSingleTopActivity() local
162 assertEquals("instances of activity must not be increased.", instances, in testLaunchSingleTopActivity()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dgroup2.rscript25 // Write out aFailed if either of our kernel instances read old data.
/cts/tests/tests/telephony/current/
DAndroid.bp37 // uncomment when EuiccService tests do not use hidden APIs (Binder instances)