Home
last modified time | relevance | path

Searched refs:mainLooper (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java105 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncBondState() local
111 mainLooper.processAllMessages(); in testAsyncBondState()
115 mainLooper.destroy(); in testAsyncBondState()
126 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncConnectionState() local
133 mainLooper.processAllMessages(); in testAsyncConnectionState()
138 mainLooper.destroy(); in testAsyncConnectionState()
149 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testNullAsync_DoesNotCrash() local
157 mainLooper.processAllMessages(); in testNullAsync_DoesNotCrash()
159 mainLooper.destroy(); in testNullAsync_DoesNotCrash()
/frameworks/base/core/java/android/hardware/location/
DContextHubManager.java376 public ContextHubManager(Context context, Looper mainLooper) throws ServiceNotFoundException { in ContextHubManager() argument
377 mMainLooper = mainLooper; in ContextHubManager()
/frameworks/base/core/java/com/android/internal/view/
DIInputConnectionWrapper.java89 public IInputConnectionWrapper(Looper mainLooper, @NonNull InputConnection inputConnection) { in IInputConnectionWrapper() argument
91 mMainLooper = mainLooper; in IInputConnectionWrapper()
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java103 public SystemSensorManager(Context context, Looper mainLooper) { in SystemSensorManager() argument
111 mMainLooper = mainLooper; in SystemSensorManager()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java551 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, in ControlledInputConnectionWrapper() argument
553 super(mainLooper, conn); in ControlledInputConnectionWrapper()