Searched refs:mainLooper (Results 1 – 6 of 6) sorted by relevance
113 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncBondState() local119 mainLooper.processAllMessages(); in testAsyncBondState()123 mainLooper.destroy(); in testAsyncBondState()134 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncConnectionState() local141 mainLooper.processAllMessages(); in testAsyncConnectionState()146 mainLooper.destroy(); in testAsyncConnectionState()157 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testNullAsync_DoesNotCrash() local165 mainLooper.processAllMessages(); in testNullAsync_DoesNotCrash()167 mainLooper.destroy(); in testNullAsync_DoesNotCrash()221 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()
752 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, in ControlledInputConnectionWrapper() argument754 super(mainLooper, conn); in ControlledInputConnectionWrapper()