Searched defs:getCurInteractor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java108 ComponentName interactor = mServiceStub.getCurInteractor(userId);
471 ComponentName getCurInteractor(int userHandle) { method in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
478 if (DEBUG) Slog.d(TAG, "getCurInteractor curInteractor=" + curInteractor
1149 ComponentName curInteractor = getCurInteractor(userHandle);
1191 ComponentName curInteractor = getCurInteractor(userHandle);

Completed in 38 milliseconds