Home
last modified time | relevance | path

Searched defs:watcher (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/widget/
DDialerFilter.java361 public void setLettersWatcher(TextWatcher watcher) { in setLettersWatcher()
367 public void setDigitsWatcher(TextWatcher watcher) { in setDigitsWatcher()
373 public void setFilterWatcher(TextWatcher watcher) { in setFilterWatcher()
381 public void removeFilterWatcher(TextWatcher watcher) { in removeFilterWatcher()
DTextView.java7330 public void addTextChangedListener(TextWatcher watcher) { in addTextChangedListener()
7343 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
DUiDevice.java518 public void registerWatcher(String name, UiWatcher watcher) { in registerWatcher()
553 UiWatcher watcher = mWatchers.get(watcherName); in runWatchers() local
/frameworks/base/core/java/android/view/
DIWindowManager.aidl170 int watchRotation(IRotationWatcher watcher); in watchRotation()
176 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java849 InstrumentationWatcher watcher = null; in runInstrument() local
/frameworks/base/core/java/android/app/
DInstrumentation.java1609 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
DIActivityManager.java174 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation()
242 public void setActivityController(IActivityController watcher) in setActivityController()
DActivityManagerNative.java1253 IActivityController watcher = IActivityController.Stub.asInterface( in onTransact() local
3175 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation()
3626 public void setActivityController(IActivityController watcher) throws RemoteException in setActivityController()
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java441 IRotationWatcher watcher; field in WindowManagerService.RotationWatcher
6033 public int watchRotation(IRotationWatcher watcher) { in watchRotation()
6065 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher()
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2215 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java13829 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, in startInstrumentation()
13902 private void reportStartInstrumentationFailure(IInstrumentationWatcher watcher, in reportStartInstrumentationFailure()