Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java114 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncBondState() local
120 mainLooper.processAllMessages(); in testAsyncBondState()
124 mainLooper.destroy(); in testAsyncBondState()
135 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncConnectionState() local
142 mainLooper.processAllMessages(); in testAsyncConnectionState()
147 mainLooper.destroy(); in testAsyncConnectionState()
158 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testNullAsync_DoesNotCrash() local
166 mainLooper.processAllMessages(); in testNullAsync_DoesNotCrash()
168 mainLooper.destroy(); in testNullAsync_DoesNotCrash()
222 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection() local
[all …]
/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
DTransportClientTest.java102 Looper mainLooper = Looper.getMainLooper(); in setUp() local
103 mShadowMainLooper = extract(mainLooper); in setUp()
118 new Handler(mainLooper)); in setUp()
/frameworks/base/core/java/android/hardware/location/
DContextHubManager.java902 public ContextHubManager(Context context, Looper mainLooper) throws ServiceNotFoundException {
903 mMainLooper = mainLooper;
/frameworks/base/core/java/com/android/internal/view/
DIInputConnectionWrapper.java93 public IInputConnectionWrapper(Looper mainLooper, @NonNull InputConnection inputConnection) { in IInputConnectionWrapper() argument
95 mMainLooper = mainLooper; in IInputConnectionWrapper()
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java104 public SystemSensorManager(Context context, Looper mainLooper) { in SystemSensorManager() argument
112 mMainLooper = mainLooper; in SystemSensorManager()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java753 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, in ControlledInputConnectionWrapper() argument
755 super(mainLooper, conn); in ControlledInputConnectionWrapper()