Searched refs:mainLooper (Results 1 – 6 of 6) sorted by relevance
114 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncBondState() local120 mainLooper.processAllMessages(); in testAsyncBondState()124 mainLooper.destroy(); in testAsyncBondState()135 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncConnectionState() local142 mainLooper.processAllMessages(); in testAsyncConnectionState()147 mainLooper.destroy(); in testAsyncConnectionState()158 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testNullAsync_DoesNotCrash() local166 mainLooper.processAllMessages(); in testNullAsync_DoesNotCrash()168 mainLooper.destroy(); in testNullAsync_DoesNotCrash()222 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection() local[all …]
102 Looper mainLooper = Looper.getMainLooper(); in setUp() local103 mShadowMainLooper = extract(mainLooper); in setUp()118 new Handler(mainLooper)); in setUp()
902 public ContextHubManager(Context context, Looper mainLooper) throws ServiceNotFoundException {903 mMainLooper = mainLooper;
93 public IInputConnectionWrapper(Looper mainLooper, @NonNull InputConnection inputConnection) { in IInputConnectionWrapper() argument95 mMainLooper = mainLooper; in IInputConnectionWrapper()
104 public SystemSensorManager(Context context, Looper mainLooper) { in SystemSensorManager() argument112 mMainLooper = mainLooper; in SystemSensorManager()
753 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, in ControlledInputConnectionWrapper() argument755 super(mainLooper, conn); in ControlledInputConnectionWrapper()