Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java1063 boolean isRequestActive(IBinder reqInterface) { in isRequestActive() argument
1065 return mActiveRequests.containsKey(reqInterface); in isRequestActive()
1069 Request removeRequest(IBinder reqInterface) { in removeRequest() argument
1071 return mActiveRequests.remove(reqInterface); in removeRequest()