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()
178 private TISBinder(TouchInteractionService tis) { in TISBinder()375 TouchInteractionService tis = mTis.get(); in executeForTouchInteractionService() local396 TouchInteractionService tis = mTis.get(); in getTaskbarManager() local403 TouchInteractionService tis = mTis.get(); in injectFakeTrackpadForTesting() local411 TouchInteractionService tis = mTis.get(); in ejectFakeTrackpadForTesting() local435 TouchInteractionService tis = mTis.get(); in getOverviewCommandHelper() local
93 try (TypedInputStream tis = new TypedInputStream(new FileInputStream(file))) { in open()