Searched defs:mainLooper (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java90 public SystemSensorManager(Context context, Looper mainLooper) { argument
98 mMainLooper = mainLooper;
/frameworks/base/core/java/android/hardware/location/
H A DContextHubManager.java391 public ContextHubManager(Context context, Looper mainLooper) { argument
392 mMainLooper = mainLooper;
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java534 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, argument
536 super(mainLooper, conn);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java97 public IInputConnectionWrapper(Looper mainLooper, @NonNull InputConnection inputConnection) { argument
99 mMainLooper = mainLooper;

Completed in 111 milliseconds