Home
last modified time | relevance | path

Searched refs:CAPABILITY_PHONE_APP (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/RuntimePermissionsWear/Shared/src/com.example.android.wearable.runtimepermissions.common/
DConstants.java43 public static final String CAPABILITY_PHONE_APP = "phone_app_runtime_permissions"; field in Constants
/development/samples/browseable/WearVerifyRemoteApp/Wearable/src/com.example.android.wearable.wear.wearverifyremoteapp/
DMainWearActivity.java73 private static final String CAPABILITY_PHONE_APP = "verify_remote_example_phone_app"; field in MainWearActivity
147 CAPABILITY_PHONE_APP); in onPause()
170 CAPABILITY_PHONE_APP); in onConnected()
201 CAPABILITY_PHONE_APP, in checkIfPhoneHasApp()
/development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/
DMainWearActivity.java181 Constants.CAPABILITY_PHONE_APP); in onPause()
272 Constants.CAPABILITY_PHONE_APP); in onConnected()
279 Constants.CAPABILITY_PHONE_APP, in onConnected()
DIncomingRequestWearService.java152 Constants.CAPABILITY_PHONE_APP, in sendMessage()