Home
last modified time | relevance | path

Searched defs:watcher (Results 1 – 23 of 23) 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.java15702 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, in startInstrumentation()
15823 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.java10467 public void addTextChangedListener(TextWatcher watcher) { in addTextChangedListener()
10480 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/native/services/nativeperms/
Dnativeperms.cpp82 brillo::BinderWatcher watcher(&messageLoop); in main() 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.aidl200 int watchRotation(IRotationWatcher watcher, int displayId); in watchRotation()
207 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher()
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java470 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.cpp1116 Mutexed<PipelineWatcher>::Locked watcher(mPipelineWatcher); in start() local
/frameworks/base/core/java/android/app/
DIActivityManager.aidl168 int flags, in Bundle arguments, in IInstrumentationWatcher watcher, in startInstrumentation()
204 void setActivityController(in IActivityController watcher, boolean imAMonkey); in setActivityController()
DInstrumentation.java2018 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()
3780 public int watchRotation(IRotationWatcher watcher, int displayId) { in watchRotation()
3822 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.java2773 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()