Searched refs:notifyService (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | UsbDebuggingActivity.java | 122 notifyService(false); in onReceive() 151 notifyService(false); in onDestroy() 160 notifyService(allow, alwaysAllow); in onClick() 171 private void notifyService(boolean allow) { in notifyService() method in UsbDebuggingActivity 172 notifyService(allow, false); in notifyService() 183 private void notifyService(boolean allow, boolean alwaysAllow) { in notifyService() method in UsbDebuggingActivity
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MotionEventInjector.java | 162 notifyService(mServiceInterfaceForCurrentGesture, mSequencesInProgress.get(0), true); in handleMessage() 181 notifyService(serviceInterface, sequence, false); in injectEventsMainThread() 191 notifyService(serviceInterface, sequence, false); in injectEventsMainThread() 206 notifyService(serviceInterface, sequence, false); in injectEventsMainThread() 321 notifyService(mServiceInterfaceForCurrentGesture, in cancelAnyPendingInjectedEvents() 333 private void notifyService(IAccessibilityServiceClient service, int sequence, boolean success) { in notifyService() method in MotionEventInjector
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 1067 void AudioPolicyService::UidPolicy::notifyService() { in notifyService() function in android::AudioPolicyService::UidPolicy 1090 notifyService(); in updateUid()
|
D | AudioPolicyService.h | 415 void notifyService();
|