Loading core/java/android/app/wearable/WearableSensingManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ import java.util.function.Consumer; * Methods on this class requires the caller to hold and be granted the * {@link Manifest.permission.MANAGE_WEARABLE_SENSING_SERVICE}. * * <p>The use of "Wearable" here is not the same as the Android Wear platform and should be treated * separately. </p> * * @hide */ Loading core/java/android/service/wearable/WearableSensingService.java +3 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,9 @@ import java.util.function.Consumer; * </service>} * </pre> * * <p>The use of "Wearable" here is not the same as the Android Wear platform and should be treated * separately. </p> * * @hide */ @SystemApi Loading services/core/java/com/android/server/wearable/WearableSensingManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,9 @@ import java.util.Set; /** * System service for managing sensing {@link AmbientContextEvent}s on Wearables. * * <p>The use of "Wearable" here is not the same as the Android Wear platform and should be treated * separately. </p> */ public class WearableSensingManagerService extends AbstractMasterSystemService<WearableSensingManagerService, Loading Loading
core/java/android/app/wearable/WearableSensingManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ import java.util.function.Consumer; * Methods on this class requires the caller to hold and be granted the * {@link Manifest.permission.MANAGE_WEARABLE_SENSING_SERVICE}. * * <p>The use of "Wearable" here is not the same as the Android Wear platform and should be treated * separately. </p> * * @hide */ Loading
core/java/android/service/wearable/WearableSensingService.java +3 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,9 @@ import java.util.function.Consumer; * </service>} * </pre> * * <p>The use of "Wearable" here is not the same as the Android Wear platform and should be treated * separately. </p> * * @hide */ @SystemApi Loading
services/core/java/com/android/server/wearable/WearableSensingManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,9 @@ import java.util.Set; /** * System service for managing sensing {@link AmbientContextEvent}s on Wearables. * * <p>The use of "Wearable" here is not the same as the Android Wear platform and should be treated * separately. </p> */ public class WearableSensingManagerService extends AbstractMasterSystemService<WearableSensingManagerService, Loading