Home
last modified time | relevance | path

Searched refs:notifyService (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java127 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
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java177 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