Searched refs:mSystemService (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionService.java | 118 IVoiceInteractionManagerService mSystemService; field in VoiceInteractionService 165 mSystemService.setDisabledShowContext(flags); in setDisabledShowContext() 175 return mSystemService.getDisabledShowContext(); in getDisabledShowContext() 194 if (mSystemService == null) { in showSession() 198 mSystemService.showSession(mInterface, args, flags); in showSession() 237 mSystemService = IVoiceInteractionManagerService.Stub.asInterface( in onReady() 294 if (mSystemService == null) { in createAlwaysOnHotwordDetector() 301 mKeyphraseEnrollmentInfo, mInterface, mSystemService); in createAlwaysOnHotwordDetector() 355 mSystemService.setUiHints(mInterface, hints); in setUiHints()
|
D | VoiceInteractionSessionService.java | 43 IVoiceInteractionManagerService mSystemService; field in VoiceInteractionSessionService 70 mSystemService = IVoiceInteractionManagerService.Stub.asInterface( in onCreate() 124 mSystemService.deliverNewSession(token, mSession.mSession, mSession.mInteractor); in doNewSession() 125 mSession.doCreate(mSystemService, token); in doNewSession()
|
D | VoiceInteractionSession.java | 151 IVoiceInteractionManagerService mSystemService; field in VoiceInteractionSession 1039 mSystemService = service; in doCreate() 1183 mSystemService.setDisabledShowContext(flags); in setDisabledShowContext() 1194 return mSystemService.getDisabledShowContext(); in getDisabledShowContext() 1211 return mSystemService.getUserDisabledShowContext(); in getUserDisabledShowContext() 1235 mSystemService.showSessionFromSession(mToken, args, flags); in show() 1249 mSystemService.hideSessionFromSession(mToken); in hide() 1315 int res = mSystemService.startVoiceActivity(mToken, intent, in startVoiceActivity() 1343 int res = mSystemService.startAssistantActivity(mToken, intent, in startAssistantActivity() 1388 mSystemService.requestDirectActions(mToken, activityId.getTaskId(), in requestDirectActions() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 69177 Landroid/service/voice/VoiceInteractionService;->mSystemService:Lcom/android/internal/app/IVoiceInt… 69276 Landroid/service/voice/VoiceInteractionSession;->mSystemService:Lcom/android/internal/app/IVoiceInt… 69295 Landroid/service/voice/VoiceInteractionSessionService;->mSystemService:Lcom/android/internal/app/IV…
|