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()
255 TypedInputStream tis = new TypedInputStream(new ByteArrayInputStream(bytes)); in writeReadLargeBufferOk() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java160 private TISBinder(TouchInteractionService tis) { in TISBinder()
433 TouchInteractionService tis = mTis.get(); in executeForTouchInteractionService() local
454 TouchInteractionService tis = mTis.get(); in getTaskbarManager() local
461 TouchInteractionService tis = mTis.get(); in injectFakeTrackpadForTesting() local
469 TouchInteractionService tis = mTis.get(); in ejectFakeTrackpadForTesting() local
493 TouchInteractionService tis = mTis.get(); in getOverviewCommandHelper() local
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/
DBlockFileReader.java94 try (TypedInputStream tis = new TypedInputStream(new FileInputStream(file))) { in open()