Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStoreNotificationTest.java87 try (BlockingObserver si = BlockingObserver.createAndRegister(mSpecificImages); in testSimple()
103 try (BlockingObserver si = BlockingObserver.createAndRegister(specificImage); in testSimple()
112 try (BlockingObserver si = BlockingObserver.createAndRegister(specificImage); in testSimple()
122 try (Cursor si = mResolver.query(mSpecificImages, null, null, null); in testCursor()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DRouteSelectionDescriptorTest.java39 List<SliceInfo> si = new ArrayList<SliceInfo>(); in testConstructorAndGetters() local
DNetworkSliceInfoTest.java114 NetworkSliceInfo si = new NetworkSliceInfo.Builder().setStatus(TEST_SLICE_STATUS).build(); in testGetterAndSetterForSliceStatus() local
/cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
DCtsSyncManagerTest.java196 SyncInvocation si = res.getSyncInvocations().getSyncInvocations(0); in testInitialSync() local
321 SyncInvocation si = res.getSyncInvocations().getSyncInvocations(0); in testInitialSyncInNeverBucket() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicConvolve5x5.java23 private void test5(ScriptC_intrinsic_convolve5x5 sr, ScriptIntrinsicConvolve5x5 si, in test5()
101 ScriptIntrinsicConvolve5x5 si = ScriptIntrinsicConvolve5x5.create(mRS, e); in testConvolve5() local
DIntrinsicConvolve3x3.java38 ScriptIntrinsicConvolve3x3 si = ScriptIntrinsicConvolve3x3.create(mRS, e); in testConvolve3() local
DIntrinsicResize.java45 ScriptIntrinsicResize si = ScriptIntrinsicResize.create(mRS); in testResize() local
/cts/hostsidetests/incident/src/com/android/server/cts/
DActivityManagerIncidentTest.java141 …private static void verifyServiceRecordProtoStartItem(ServiceRecordProto.StartItem si, final int f… in verifyServiceRecordProtoStartItem()