Searched defs:notifyUserAction (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java218 public void notifyUserAction(int sequenceNumber) throws RemoteException { method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java642 private void notifyUserAction(boolean enable) { method in class:BluetoothAdapter
709 notifyUserAction(false);
897 notifyUserAction(true);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java340 * {@link IInputMethodManager#notifyUserAction(int)} at once when a user action is observed.
2001 public void notifyUserAction() { method in class:InputMethodManager
2006 Log.w(TAG, "Ignoring notifyUserAction as it has already been sent."
2016 Log.w(TAG, "notifyUserAction: "
2022 mService.notifyUserAction(mNextUserActionNotificationSequenceNumber);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2583 public void notifyUserAction(int sequenceNumber) { method in class:InputMethodManagerService

Completed in 116 milliseconds