Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DISandboxedDetectionService.aidl27 import android.service.voice.IDetectorSessionStorageService;
80 …void registerRemoteStorageService(in IDetectorSessionStorageService detectorSessionStorageService); in registerRemoteStorageService()
H A DIDetectorSessionStorageService.aidl24 oneway interface IDetectorSessionStorageService { interface
H A DVisualQueryDetectionService.java95 private IDetectorSessionStorageService mDetectorSessionStorageService;
166 public void registerRemoteStorageService(IDetectorSessionStorageService
H A DHotwordDetectionService.java232 public void registerRemoteStorageService(IDetectorSessionStorageService
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java58 import android.service.voice.IDetectorSessionStorageService;
1051 service.registerRemoteStorageService(new IDetectorSessionStorageService.Stub() { in updateStorageService()