Searched defs:tis (Results 1 – 3 of 3) sorted by relevance
79 TypedInputStream tis = new TypedInputStream(new ByteArrayInputStream(bytes)); in writeReadOk() local133 private static void expectBytes(TypedInputStream tis, int count, int expected) in expectBytes()255 TypedInputStream tis = new TypedInputStream(new ByteArrayInputStream(bytes)); in writeReadLargeBufferOk() local
160 private TISBinder(TouchInteractionService tis) { in TISBinder()433 TouchInteractionService tis = mTis.get(); in executeForTouchInteractionService() local454 TouchInteractionService tis = mTis.get(); in getTaskbarManager() local461 TouchInteractionService tis = mTis.get(); in injectFakeTrackpadForTesting() local469 TouchInteractionService tis = mTis.get(); in ejectFakeTrackpadForTesting() local493 TouchInteractionService tis = mTis.get(); in getOverviewCommandHelper() local
94 try (TypedInputStream tis = new TypedInputStream(new FileInputStream(file))) { in open()