Home
last modified time | relevance | path

Searched defs:instances (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityStarterTests.java107 final int instances = mAmWmState.getAmState().getActivityCountInTask(taskId, null); in testLaunchStandardActivity() local
143 final int instances = mAmWmState.getAmState().getActivityCountInTask(taskId, null); in testLaunchSingleTopActivity() local
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2116 Cursor instances = getInstances(timeZone, rangeStart, rangeEnd, projection, in testInstanceSearch() local
2122 Cursor instances; in testInstanceSearch() local
2438 Cursor instances = getInstances(timeZone, "2003-08-05T00:00:00", "2003-08-31T11:59:59", in testRecurrence() local
2523 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions() local
2712 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testNonAdapterRecurrenceExceptions() local
2881 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testOutOfOrderRecurrenceExceptions() local
2969 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testForwardRecurrenceExceptions() local
3064 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testFullRecurrenceUpdate() local
3374 Cursor instances = mContentResolver.query(uri, projection, where, null, in getInstances() local
3428 Cursor instances = mContentResolver.query(uri, projection, where, null, in getInstancesSearch() local
[all …]