Home
last modified time | relevance | path

Searched defs:DEVICE_PROFILE_NEARBY_DEVICE_STREAMING (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DMetricUtils.java71 DEVICE_PROFILE_NEARBY_DEVICE_STREAMING, in map.put() argument
H A DPermissionsUtils.java71 map.put(DEVICE_PROFILE_NEARBY_DEVICE_STREAMING, in map.put() argument
/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceResources.java60 map.put(DEVICE_PROFILE_NEARBY_DEVICE_STREAMING, R.string.title_nearby_device_streaming); in map.put() argument
74 map.put(DEVICE_PROFILE_NEARBY_DEVICE_STREAMING, in map.put() argument
/aosp14/frameworks/base/core/java/android/companion/
H A DAssociationRequest.java115 public static final String DEVICE_PROFILE_NEARBY_DEVICE_STREAMING = field in AssociationRequest