/frameworks/base/services/core/java/com/android/server/am/ |
D | InstrumentationReporter.java | 105 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode, in Report() 115 public void reportStatus(IInstrumentationWatcher watcher, ComponentName name, int resultCode, in reportStatus() 123 public void reportFinished(IInstrumentationWatcher watcher, ComponentName name, int resultCode, in reportFinished()
|
D | ActivityManagerService.java | 18708 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, in startInstrumentation() 18786 private void reportStartInstrumentationFailureLocked(IInstrumentationWatcher watcher, in reportStartInstrumentationFailureLocked()
|
/frameworks/base/core/java/android/widget/ |
D | DialerFilter.java | 359 public void setLettersWatcher(TextWatcher watcher) { in setLettersWatcher() 365 public void setDigitsWatcher(TextWatcher watcher) { in setDigitsWatcher() 371 public void setFilterWatcher(TextWatcher watcher) { in setFilterWatcher() 379 public void removeFilterWatcher(TextWatcher watcher) { in removeFilterWatcher()
|
D | TextView.java | 8109 public void addTextChangedListener(TextWatcher watcher) { in addTextChangedListener() 8122 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
D | LeakTest.java | 78 final AnimationWatcher watcher = new AnimationWatcher(); in testNoChangeWhenDetached() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BinderInternal.java | 57 public static void addGcWatcher(Runnable watcher) { in addGcWatcher()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | ActivityRecognitionProxy.java | 120 IActivityRecognitionHardwareWatcher watcher = in bindProvider() local
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiDevice.java | 521 public void registerWatcher(String name, UiWatcher watcher) { in registerWatcher() 556 UiWatcher watcher = mWatchers.get(watcherName); in runWatchers() local
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 273 int watchRotation(IRotationWatcher watcher); in watchRotation() 279 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher()
|
/frameworks/base/core/java/android/app/ |
D | Instrumentation.java | 1785 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
|
D | IActivityManager.java | 261 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation() 342 public void setActivityController(IActivityController watcher, boolean imAMonkey) in setActivityController()
|
D | ActivityManagerNative.java | 1557 IActivityController watcher = IActivityController.Stub.asInterface( in onTransact() local 4531 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation() 5021 public void setActivityController(IActivityController watcher, boolean imAMonkey) in setActivityController()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 573 IRotationWatcher watcher; field in WindowManagerService.RotationWatcher 7015 public int watchRotation(IRotationWatcher watcher) { in watchRotation() 7048 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 2763 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()
|