Searched refs:DEVICE_PROFILE_GLASSES (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
H A D | CompanionDeviceResources.java | 22 import static android.companion.AssociationRequest.DEVICE_PROFILE_GLASSES; 62 map.put(DEVICE_PROFILE_GLASSES, R.string.confirmation_title_glasses); in map.put() argument 79 map.put(DEVICE_PROFILE_GLASSES, Arrays.asList(PERMISSION_NOTIFICATION, PERMISSION_PHONE, in map.put() argument 90 map.put(DEVICE_PROFILE_GLASSES, R.string.summary_glasses); in map.put() argument 100 map.put(DEVICE_PROFILE_GLASSES, R.string.profile_name_glasses); in map.put() argument 109 map.put(DEVICE_PROFILE_GLASSES, R.string.profile_name_generic); in map.put() argument 120 map.put(DEVICE_PROFILE_GLASSES, R.drawable.ic_glasses); in map.put() argument 130 set.add(DEVICE_PROFILE_GLASSES);
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | MetricUtils.java | 22 import static android.companion.AssociationRequest.DEVICE_PROFILE_GLASSES; 67 DEVICE_PROFILE_GLASSES, in map.put() argument
|
H A D | PermissionsUtils.java | 26 import static android.companion.AssociationRequest.DEVICE_PROFILE_GLASSES; 70 map.put(DEVICE_PROFILE_GLASSES, Manifest.permission.REQUEST_COMPANION_PROFILE_GLASSES); in map.put() argument
|
/aosp14/frameworks/base/core/java/android/companion/ |
H A D | AssociationRequest.java | 88 public static final String DEVICE_PROFILE_GLASSES = "android.app.role.COMPANION_DEVICE_GLASSES"; field in AssociationRequest 149 DEVICE_PROFILE_GLASSES, DEVICE_PROFILE_NEARBY_DEVICE_STREAMING })
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 9470 …on.REQUEST_COMPANION_PROFILE_GLASSES) public static final String DEVICE_PROFILE_GLASSES = "android…
|