HomeSort by relevance Sort by last modified time
    Searched refs:mServiceInterface (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 598 private IConnectionService mServiceInterface;
636 mServiceInterface.addConnectionServiceAdapter(adapter);
668 mServiceInterface.createConnection(
704 mServiceInterface.abort(callId);
718 mServiceInterface.hold(callId);
730 mServiceInterface.unhold(callId);
742 mServiceInterface.onCallAudioStateChanged(callId, audioState);
754 mServiceInterface.disconnect(callId);
767 mServiceInterface.answer(callId);
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 522 service.mServiceInterface.onInterrupt();
673 && userState.mUiAutomationService.mServiceInterface != null
674 && userState.mUiAutomationService.mServiceInterface.asBinder()
    [all...]

Completed in 451 milliseconds