Home
last modified time | relevance | path

Searched defs:mainLooper (Results 1 – 5 of 5) 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
135 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testAsyncConnectionState() local
158 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testNullAsync_DoesNotCrash() local
222 TestableLooper mainLooper = new TestableLooper(Looper.getMainLooper()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection() local
/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
DTransportClientTest.java102 Looper mainLooper = Looper.getMainLooper(); in setUp() local
/frameworks/base/core/java/com/android/internal/view/
DIInputConnectionWrapper.java93 public IInputConnectionWrapper(Looper mainLooper, @NonNull InputConnection inputConnection) { in IInputConnectionWrapper()
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java104 public SystemSensorManager(Context context, Looper mainLooper) { in SystemSensorManager()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java753 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, in ControlledInputConnectionWrapper()