Searched defs:tis (Results 1 – 3 of 3) sorted by relevance
80 TypedInputStream tis = new TypedInputStream(new ByteArrayInputStream(bytes)); in writeReadOk() local134 private static void expectBytes(TypedInputStream tis, int count, int expected) in expectBytes()
173 private TISBinder(TouchInteractionService tis) { in TISBinder()369 TouchInteractionService tis = mTis.get(); in executeForTouchInteractionService() local390 TouchInteractionService tis = mTis.get(); in getTaskbarManager() local402 TouchInteractionService tis = mTis.get(); in getOverviewCommandHelper() local411 TouchInteractionService tis = mTis.get(); in setSwipeUpProxy() local420 TouchInteractionService tis = mTis.get(); in setGestureBlockedTaskId() local
93 try (TypedInputStream tis = new TypedInputStream(new FileInputStream(file))) { in open()