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/timezone/location/storage/io/
DTypedStreamsTest.java80 TypedInputStream tis = new TypedInputStream(new ByteArrayInputStream(bytes)); in writeReadOk() local
134 private static void expectBytes(TypedInputStream tis, int count, int expected) in expectBytes()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java173 private TISBinder(TouchInteractionService tis) { in TISBinder()
369 TouchInteractionService tis = mTis.get(); in executeForTouchInteractionService() local
390 TouchInteractionService tis = mTis.get(); in getTaskbarManager() local
402 TouchInteractionService tis = mTis.get(); in getOverviewCommandHelper() local
411 TouchInteractionService tis = mTis.get(); in setSwipeUpProxy() local
420 TouchInteractionService tis = mTis.get(); in setGestureBlockedTaskId() local
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
DBlockFileReader.java93 try (TypedInputStream tis = new TypedInputStream(new FileInputStream(file))) { in open()