Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java302 ComponentName curInteractor = !TextUtils.isEmpty(curInteractorStr) in initForUser() local
308 if (curInteractor != null) { in initForUser()
309 interactorInfo = pm.getServiceInfo(curInteractor, in initForUser()
316 if (recognizerInfo != null && (curInteractor == null || interactorInfo != null)) { in initForUser()
477 String curInteractor = Settings.Secure.getStringForUser( in getCurInteractor() local
480 if (TextUtils.isEmpty(curInteractor)) { in getCurInteractor()
483 if (DEBUG) Slog.d(TAG, "getCurInteractor curInteractor=" + curInteractor in getCurInteractor()
485 return ComponentName.unflattenFromString(curInteractor); in getCurInteractor()
1169 ComponentName curInteractor = getCurInteractor(userHandle);
1173 if (curInteractor != null && pkg.equals(curInteractor.getPackageName())) {
[all …]