Searched refs:WearableSensingService (Results 1 – 8 of 8) sorted by relevance
90 public abstract class WearableSensingService extends Service { class91 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 …]
31 …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."
44 import android.service.wearable.WearableSensingService;
30 import android.service.wearable.WearableSensingService;47 WearableSensingService.SERVICE_INTERFACE).setComponent(serviceName), in RemoteWearableSensingService()
33 import android.service.wearable.WearableSensingService;61 WearableSensingService.SERVICE_INTERFACE).setComponent(serviceName), in RemoteWearableSensingService()
19 import static android.service.wearable.WearableSensingService.HOTWORD_AUDIO_STREAM_BUNDLE_KEY;
211 import android.service.wearable.WearableSensingService;4710 || service.getAction().equals(WearableSensingService.SERVICE_INTERFACE) in generateAdditionalSeInfoFromService()
13792 public abstract class WearableSensingService extends android.app.Service {13793 ctor public WearableSensingService();13807 …d public static final String SERVICE_INTERFACE = "android.service.wearable.WearableSensingService";