Searched refs:mainLooper (Results 1 – 5 of 5) sorted by relevance
105 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncBondState() local111 mainLooper.processAllMessages(); in testAsyncBondState()115 mainLooper.destroy(); in testAsyncBondState()126 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncConnectionState() local133 mainLooper.processAllMessages(); in testAsyncConnectionState()138 mainLooper.destroy(); in testAsyncConnectionState()149 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testNullAsync_DoesNotCrash() local157 mainLooper.processAllMessages(); in testNullAsync_DoesNotCrash()159 mainLooper.destroy(); in testNullAsync_DoesNotCrash()
376 public ContextHubManager(Context context, Looper mainLooper) throws ServiceNotFoundException { in ContextHubManager() argument377 mMainLooper = mainLooper; in ContextHubManager()
89 public IInputConnectionWrapper(Looper mainLooper, @NonNull InputConnection inputConnection) { in IInputConnectionWrapper() argument91 mMainLooper = mainLooper; in IInputConnectionWrapper()
103 public SystemSensorManager(Context context, Looper mainLooper) { in SystemSensorManager() argument111 mMainLooper = mainLooper; in SystemSensorManager()
551 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, in ControlledInputConnectionWrapper() argument553 super(mainLooper, conn); in ControlledInputConnectionWrapper()