Searched refs:notifyService (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | UsbDebuggingActivity.java | 127 notifyService(false); in onReceive() 146 notifyService(false); in onDestroy() 156 notifyService(allow, alwaysAllow); in onClick() 167 private void notifyService(boolean allow) { in notifyService() method in UsbDebuggingActivity 168 notifyService(allow, false); in notifyService() 179 private void notifyService(boolean allow, boolean alwaysAllow) { in notifyService() method in UsbDebuggingActivity
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MotionEventInjector.java | 177 notifyService(mServiceInterfaceForCurrentGesture, mSequencesInProgress.get(0), true); in handleMessage() 196 notifyService(serviceInterface, sequence, false); in injectEventsMainThread() 206 notifyService(serviceInterface, sequence, false); in injectEventsMainThread() 221 notifyService(serviceInterface, sequence, false); in injectEventsMainThread() 337 notifyService(mServiceInterfaceForCurrentGesture, in cancelAnyPendingInjectedEvents() 349 private void notifyService(IAccessibilityServiceClient service, int sequence, boolean success) { in notifyService() method in MotionEventInjector
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 1606 void AudioPolicyService::UidPolicy::notifyService() { in notifyService() function in android::AudioPolicyService::UidPolicy 1629 notifyService(); in updateUid()
|
D | AudioPolicyService.h | 526 void notifyService();
|