Searched refs:IDetectorSessionStorageService (Results 1 – 5 of 5) sorted by relevance
27 import android.service.voice.IDetectorSessionStorageService;80 …void registerRemoteStorageService(in IDetectorSessionStorageService detectorSessionStorageService); in registerRemoteStorageService()
24 oneway interface IDetectorSessionStorageService { interface
95 private IDetectorSessionStorageService mDetectorSessionStorageService;166 public void registerRemoteStorageService(IDetectorSessionStorageService
232 public void registerRemoteStorageService(IDetectorSessionStorageService
58 import android.service.voice.IDetectorSessionStorageService;1051 service.registerRemoteStorageService(new IDetectorSessionStorageService.Stub() { in updateStorageService()