Searched defs:DEVICE_PROFILE_GLASSES (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
H A D | CompanionDeviceResources.java | 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
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | MetricUtils.java | 67 DEVICE_PROFILE_GLASSES, in map.put() argument
|
H A D | PermissionsUtils.java | 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
|