Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/wearable/
DWearableSensingService.java90 public abstract class WearableSensingService extends Service { class
91 private static final String TAG = WearableSensingService.class.getSimpleName();
142 WearableSensingService.this.onSecureConnectionProvided( in onBind()
157 WearableSensingService.this.onDataStreamProvided( in onBind()
169 WearableSensingService.this.onDataProvided(data, sharedMemory, consumer); in onBind()
193 WearableSensingService.this.onDataRequestObserverRegistered( in onBind()
217 WearableSensingService.this.onDataRequestObserverUnregistered( in onBind()
237 WearableSensingService.this.onStartHotwordRecognition( in onBind()
250 WearableSensingService.this.onStopHotwordRecognition(statusConsumer); in onBind()
256 WearableSensingService.this.onValidatedByHotwordDetectionService(); in onBind()
[all …]
/frameworks/base/core/java/android/app/wearable/
Dflags.aconfig31 …description: "When this flag is on, the system will restart the WearableSensingService process bef…
39 …his flag enables the APIs related to hotword in WearableSensingManager and WearableSensingService."
DWearableSensingManager.java44 import android.service.wearable.WearableSensingService;
/frameworks/base/services/core/java/com/android/server/ambientcontext/
DRemoteWearableSensingService.java30 import android.service.wearable.WearableSensingService;
47 WearableSensingService.SERVICE_INTERFACE).setComponent(serviceName), in RemoteWearableSensingService()
/frameworks/base/services/core/java/com/android/server/wearable/
DRemoteWearableSensingService.java33 import android.service.wearable.WearableSensingService;
61 WearableSensingService.SERVICE_INTERFACE).setComponent(serviceName), in RemoteWearableSensingService()
DWearableSensingManagerPerUserService.java19 import static android.service.wearable.WearableSensingService.HOTWORD_AUDIO_STREAM_BUNDLE_KEY;
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java211 import android.service.wearable.WearableSensingService;
4710 || service.getAction().equals(WearableSensingService.SERVICE_INTERFACE) in generateAdditionalSeInfoFromService()
/frameworks/base/core/api/
Dsystem-current.txt13792 public abstract class WearableSensingService extends android.app.Service {
13793 ctor public WearableSensingService();
13807 …d public static final String SERVICE_INTERFACE = "android.service.wearable.WearableSensingService";