Searched defs:mainLooper (Results 1 – 5 of 5) sorted by relevance
109 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncBondState() local130 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncConnectionState() local153 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testNullAsync_DoesNotCrash() local
104 Looper mainLooper = Looper.getMainLooper(); in setUp() local
89 public IInputConnectionWrapper(Looper mainLooper, @NonNull InputConnection inputConnection) { in IInputConnectionWrapper()
103 public SystemSensorManager(Context context, Looper mainLooper) { in SystemSensorManager()
571 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, in ControlledInputConnectionWrapper()