Searched refs:curInteractor (Results 1 – 1 of 1) sorted by relevance
302 ComponentName curInteractor = !TextUtils.isEmpty(curInteractorStr) in initForUser() local308 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() local480 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 …]