Home
last modified time | relevance | path

Searched defs:tis (Results 1 – 3 of 3) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/io/
DTypedStreamsTest.java79 TypedInputStream tis = new TypedInputStream(new ByteArrayInputStream(bytes)); in writeReadOk() local
133 private static void expectBytes(TypedInputStream tis, int count, int expected) in expectBytes()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java178 private TISBinder(TouchInteractionService tis) { in TISBinder()
375 TouchInteractionService tis = mTis.get(); in executeForTouchInteractionService() local
396 TouchInteractionService tis = mTis.get(); in getTaskbarManager() local
403 TouchInteractionService tis = mTis.get(); in injectFakeTrackpadForTesting() local
411 TouchInteractionService tis = mTis.get(); in ejectFakeTrackpadForTesting() local
435 TouchInteractionService tis = mTis.get(); in getOverviewCommandHelper() local
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/
DBlockFileReader.java93 try (TypedInputStream tis = new TypedInputStream(new FileInputStream(file))) { in open()