Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/utils/
DUserTokenWatcher.java67 TokenWatcher watcher = mWatchers.get(userId); in acquire() local
86 TokenWatcher watcher = mWatchers.get(userId); in release() local
100 TokenWatcher watcher = mWatchers.get(userId); in isAcquired() local
112 TokenWatcher watcher = mWatchers.valueAt(i); in dump() local
159 final TokenWatcher watcher = mWatchers.get(mUserId); in released() local
/frameworks/base/services/core/java/com/android/server/am/
DInstrumentationReporter.java105 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()
DActivityManagerService.java15791 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, in startInstrumentation()
15916 private void reportStartInstrumentationFailureLocked(IInstrumentationWatcher watcher, in reportStartInstrumentationFailureLocked()
/frameworks/base/core/java/android/widget/
DDialerFilter.java364 public void setLettersWatcher(TextWatcher watcher) { in setLettersWatcher()
370 public void setDigitsWatcher(TextWatcher watcher) { in setDigitsWatcher()
376 public void setFilterWatcher(TextWatcher watcher) { in setFilterWatcher()
384 public void removeFilterWatcher(TextWatcher watcher) { in removeFilterWatcher()
DTextView.java10472 public void addTextChangedListener(TextWatcher watcher) { in addTextChangedListener()
10485 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()
/frameworks/base/core/tests/coretests/src/android/text/
DSpannableTest.java71 SpanWatcher watcher = new SpanWatcher() { in testRemoveSpanWithIntermediateFlag() local
/frameworks/base/services/core/java/com/android/server/location/
DActivityRecognitionProxy.java101 IActivityRecognitionHardwareWatcher watcher = in initializeService() local
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DAnnouncementAggregator.java105 ModuleWatcher watcher = new ModuleWatcher(); in watchModule() local
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiDevice.java521 public void registerWatcher(String name, UiWatcher watcher) { in registerWatcher()
556 UiWatcher watcher = mWatchers.get(watcherName); in runWatchers() local
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java67 public static void addGcWatcher(Runnable watcher) { in addGcWatcher()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButtonController.java163 void addRotationCallback(Consumer<Integer> watcher) { in addRotationCallback()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl202 int watchRotation(IRotationWatcher watcher, int displayId); in watchRotation()
209 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher()
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java472 InstrumentationWatcher watcher = null; in run() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DSuspendPackagesTest.java574 final IAppOpsCallback watcher = new IAppOpsCallback.Stub() { in assertOpBlockedOnSuspend() local
/frameworks/base/core/java/android/text/
DSelection.java113 final TextWatcher watcher = new MemoryTextWatcher(); in updateMemory() local
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1121 Mutexed<PipelineWatcher>::Locked watcher(mPipelineWatcher); in start() local
/frameworks/base/core/java/android/app/
DIActivityManager.aidl169 int flags, in Bundle arguments, in IInstrumentationWatcher watcher, in startInstrumentation()
215 void setActivityController(in IActivityController watcher, boolean imAMonkey); in setActivityController()
DInstrumentation.java2025 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
DIActivityTaskManager.aidl460 void setActivityController(in IActivityController watcher, boolean imAMonkey); in setActivityController()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java622 RotationWatcher(IRotationWatcher watcher, IBinder.DeathRecipient deathRecipient, in RotationWatcher()
3795 public int watchRotation(IRotationWatcher watcher, int displayId) { in watchRotation()
3837 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher()
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto821 optional string watcher = 7; field
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2776 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()