/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsUtListener.java | 68 private IImsUtListener mServiceInterface; field in ImsUtListener 73 mServiceInterface.utConfigurationUpdated(null, id); in onUtConfigurationUpdated() 81 mServiceInterface.utConfigurationUpdateFailed(null, id, error); in onUtConfigurationUpdateFailed() 105 mServiceInterface.utConfigurationQueried(null, id, configuration); in onUtConfigurationQueried() 137 mServiceInterface.utConfigurationQueryFailed(null, id, error); in onUtConfigurationQueryFailed() 145 mServiceInterface.utConfigurationCallBarringQueried(null, id, cbInfo); in onUtConfigurationCallBarringQueried() 153 mServiceInterface.utConfigurationCallForwardQueried(null, id, cfInfo); in onUtConfigurationCallForwardQueried() 161 mServiceInterface.utConfigurationCallWaitingQueried(null, id, cwInfo); in onUtConfigurationCallWaitingQueried() 169 mServiceInterface.onSupplementaryServiceIndication(ssData); in onSupplementaryServiceIndication() 179 mServiceInterface = serviceInterface; in ImsUtListener() [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | MotionEventInjectorTest.java | 124 IAccessibilityServiceClient mServiceInterface; field in MotionEventInjectorTest 154 mServiceInterface = mock(IAccessibilityServiceClient.class); in setUp() 200 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 218 verifyZeroInteractions(mServiceInterface); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 226 verifyNoMoreInteractions(mServiceInterface); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 248 injectEventsSync(events, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash() 256 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testRegularEvent_afterGestureComplete_shouldPassToNext() 268 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected() 288 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() 302 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected() [all …]
|
H A D | AbstractAccessibilityServiceConnectionTest.java | 248 mServiceConnection.mServiceInterface = mMockServiceInterface; in setup()
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | UiAutomationManager.java | 104 "UiAutomationService " + mUiAutomationService.mServiceInterface in registerUiTestAutomationServiceLocked() 127 mUiAutomationService.mServiceInterface = serviceClient; in registerUiTestAutomationServiceLocked() 129 mUiAutomationService.mServiceInterface.asBinder().linkToDeath(mUiAutomationService, in registerUiTestAutomationServiceLocked() 148 || (mUiAutomationService.mServiceInterface == null) in unregisterUiTestAutomationServiceLocked() 150 != mUiAutomationService.mServiceInterface.asBinder()))) { in unregisterUiTestAutomationServiceLocked() 224 mUiAutomationService.mServiceInterface.asBinder().unlinkToDeath( in destroyUiAutomationService() 262 serviceInterface = mServiceInterface; in connectServiceUnknownThread() 266 mService = mServiceInterface.asBinder(); in connectServiceUnknownThread()
|
H A D | AccessibilityServiceConnection.java | 185 mServiceInterface = IAccessibilityServiceClient.Stub.asInterface(service); in onServiceConnected() 217 serviceInterface = mServiceInterface; in initializeService() 409 return (mServiceInterface != null) in isCapturingFingerprintGestures() 421 serviceInterface = mServiceInterface; in onFingerprintGestureDetectionActiveChanged() 429 mServiceInterface.onFingerprintCapturingGesturesChanged(active); in onFingerprintGestureDetectionActiveChanged() 442 serviceInterface = mServiceInterface; in onFingerprintGesture() 449 mServiceInterface.onFingerprintGesture(gesture); in onFingerprintGesture() 458 if (mServiceInterface != null && mSecurityPolicy.canPerformGestures(this)) { in dispatchGesture() 467 gestureSteps.getList(), mServiceInterface, sequence, displayId); in dispatchGesture() local 473 mServiceInterface.onPerformGestureResult(sequence, false); in dispatchGesture() [all …]
|
H A D | AbstractAccessibilityServiceConnection.java | 172 IAccessibilityServiceClient mServiceInterface; field in AbstractAccessibilityServiceConnection 363 if (!mRequestFilterKeyEvents || (mServiceInterface == null)) { in onKeyEvent() 377 mServiceInterface.onKeyEvent(keyEvent, sequenceNumber); in onKeyEvent() 1555 if (mServiceInterface != null) { in resetLocked() 1559 mServiceInterface.init(null, mId, null); in resetLocked() 1573 mServiceInterface = null; in resetLocked() 1671 listener = mServiceInterface; in notifyAccessibilityEventInternal() 1997 return mServiceInterface; in getServiceInterfaceSafely()
|
H A D | ProxyAccessibilityServiceConnection.java | 115 mServiceInterface = serviceInterface; in initializeServiceInterface() 117 mServiceInterface.init(this, mId, this.mOverlayWindowTokens.get(mDisplayId)); in initializeServiceInterface()
|
H A D | ProxyManager.java | 505 final IAccessibilityServiceClient proxyInterface = proxy.mServiceInterface; in addServiceInterfacesLocked()
|
H A D | AccessibilityManagerService.java | 1346 IAccessibilityServiceClient a11yServiceInterface = service.mServiceInterface; in interrupt()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/accessibilityservice/ |
H A D | AccessibilityServiceTest.java | 107 private IAccessibilityServiceClient mServiceInterface; field in AccessibilityServiceTest 117 mServiceInterface = (IAccessibilityServiceClient) mService.onBind(new Intent()); in setUp() 118 mServiceInterface.init(mMockConnection, CONNECTION_ID, mMockIBinder); in setUp() 140 mServiceInterface.onSystemActionsChanged(); in testOnSystemActionsChanged()
|
/aosp14/frameworks/base/media/java/android/media/musicrecognition/ |
H A D | MusicRecognitionService.java | 76 private final IMusicRecognitionService mServiceInterface = field in MusicRecognitionService 141 return mServiceInterface.asBinder(); in onBind()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 54116 Landroid/telephony/ims/ImsUtListener;->mServiceInterface:Lcom/android/ims/internal/IImsUtListener;
|