/frameworks/base/core/java/android/view/textclassifier/ |
D | SystemTextClassifier.java | 50 private final ITextClassifierService mManagerService; field in SystemTextClassifier 70 mManagerService = ITextClassifierService.Stub.asInterface( in SystemTextClassifier() 93 mManagerService.onSuggestSelection(mSessionId, request, callback); in suggestSelection() 116 mManagerService.onClassifyText(mSessionId, request, callback); in classifyText() 146 mManagerService.onGenerateLinks(mSessionId, request, callback); in generateLinks() 164 mManagerService.onSelectionEvent(mSessionId, event); in onSelectionEvent() 182 mManagerService.onTextClassifierEvent(mSessionId, event); in onTextClassifierEvent() 197 mManagerService.onDetectLanguage(mSessionId, request, callback); in detectLanguage() 217 mManagerService.onSuggestConversationActions(mSessionId, request, callback); in suggestConversationActions() 242 mManagerService.onDestroyTextClassificationSession(mSessionId); in destroy() [all …]
|
/frameworks/base/core/java/android/service/voice/ |
D | AbstractHotwordDetector.java | 44 private final IVoiceInteractionManagerService mManagerService; field in AbstractHotwordDetector 51 mManagerService = managerService; in AbstractHotwordDetector() 74 mManagerService.startListeningFromExternalSource( in startRecognition() 119 mManagerService.updateState(identity, options, sharedMemory, callback); in updateStateLocked()
|
D | SoftwareHotwordDetector.java | 52 private final IVoiceInteractionManagerService mManagerService; field in SoftwareHotwordDetector 65 mManagerService = managerService; in SoftwareHotwordDetector() 83 mManagerService.startListeningFromMic( in startRecognition() 104 mManagerService.stopListeningFromMic(); in stopRecognition()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/lights/ |
D | LightsServiceTest.java | 100 LightsManager manager = new SystemLightsManager(mContext, service.mManagerService); in testGetLights_filtersSystemLights() 109 LightsManager manager = new SystemLightsManager(mContext, service.mManagerService); in testControlMultipleLights() 131 LightsManager manager = new SystemLightsManager(mContext, service.mManagerService); in testControlLights_onlyEffectiveForLifetimeOfClient() 153 LightsManager manager = new SystemLightsManager(mContext, service.mManagerService); in testControlLights_firstCallerWinsContention() 181 LightsManager manager = new SystemLightsManager(mContext, service.mManagerService); in testClearLight() 198 LightsManager manager = new SystemLightsManager(mContext, service.mManagerService); in testControlLights_higherPriorityCallerWinsContention()
|
/frameworks/base/core/java/android/speech/ |
D | SpeechRecognizer.java | 177 private IRecognitionServiceManager mManagerService; field in SpeechRecognizer 551 mManagerService.setTemporaryComponent(componentName); in handleSetTemporaryComponent() 601 mManagerService.createSession( in connectToSystemService() 630 if (mManagerService != null) { in maybeInitializeManagerService() 634 mManagerService = IRecognitionServiceManager.Stub.asInterface( in maybeInitializeManagerService() 637 if (mManagerService == null && mListener != null) { in maybeInitializeManagerService()
|
/frameworks/base/services/core/java/com/android/server/textclassifier/ |
D | TextClassificationManagerService.java | 104 private final TextClassificationManagerService mManagerService; field in TextClassificationManagerService.Lifecycle 108 mManagerService = new TextClassificationManagerService(context); in Lifecycle() 114 publishBinderService(Context.TEXT_CLASSIFICATION_SERVICE, mManagerService); in onStart() 115 mManagerService.startListenSettings(); in onStart() 116 mManagerService.startTrackingPackageChanges(); in onStart() 139 synchronized (mManagerService.mLock) { in processAnyPendingWork() 140 mManagerService.getUserStateLocked(userId).bindIfHasPendingRequestsLocked(); in processAnyPendingWork() 145 synchronized (mManagerService.mLock) { in updatePackageStateForUser() 148 mManagerService.getUserStateLocked(userId).updatePackageStateLocked(); in updatePackageStateForUser() 156 synchronized (mManagerService.mLock) { in onUserStopping() [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 718 private final IBluetoothManager mManagerService; field in BluetoothAdapter 809 mManagerService = Objects.requireNonNull(managerService); in BluetoothAdapter() 993 return mManagerService.disableBle(mAttributionSource, mToken); in disableBLE() 1040 return mManagerService.enableBle(mAttributionSource, mToken); in enableBLE() 1205 return mManagerService.enable(mAttributionSource); in enable() 1238 return mManagerService.disable(mAttributionSource, true); in disable() 1258 return mManagerService.disable(mAttributionSource, persist); in disable() 1279 return mManagerService.getAddress(mAttributionSource); in getAddress() 1297 return mManagerService.getName(mAttributionSource); in getName() 1332 && mManagerService != null in factoryReset() [all …]
|
/frameworks/base/services/core/java/com/android/server/lights/ |
D | LightsService.java | 66 final LightsManagerBinderService mManagerService; field in LightsService 457 mManagerService = new LightsManagerBinderService(); in LightsService() 498 publishBinderService(Context.LIGHTS_SERVICE, mManagerService); in onStart()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9915 Landroid/bluetooth/BluetoothAdapter;->mManagerService:Landroid/bluetooth/IBluetoothManager; 65770 Landroid/view/textclassifier/SystemTextClassifier;->mManagerService:Landroid/service/textclassifier…
|