Home
last modified time | relevance | path

Searched refs:CAPABILITY_WEAR_APP (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/RuntimePermissionsWear/Shared/src/com.example.android.wearable.runtimepermissions.common/
DConstants.java47 public static final String CAPABILITY_WEAR_APP = "wear_app_runtime_permissions"; field in Constants
/development/samples/browseable/WearVerifyRemoteApp/Application/src/com.example.android.wearable.wear.wearverifyremoteapp/
DMainMobileActivity.java86 private static final String CAPABILITY_WEAR_APP = "verify_remote_example_wear_app"; field in MainMobileActivity
164 CAPABILITY_WEAR_APP); in onPause()
187 CAPABILITY_WEAR_APP); in onConnected()
232 CAPABILITY_WEAR_APP, in findWearDevicesWithApp()
/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
DMainPhoneActivity.java154 Constants.CAPABILITY_WEAR_APP); in onPause()
206 Constants.CAPABILITY_WEAR_APP); in onConnected()
213 Constants.CAPABILITY_WEAR_APP, in onConnected()
224 capabilityName.equals(Constants.CAPABILITY_WEAR_APP); in onConnected()