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

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

Completed in 7 milliseconds