Home
last modified time | relevance | path

Searched refs:PROFILE_TITLES (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceResources.java124 static final Map<String, Integer> PROFILE_TITLES; field in CompanionDeviceResources
144 PROFILE_TITLES = unmodifiableMap(map);
DCompanionAssociationActivity.java34 import static com.android.companiondevicemanager.CompanionDeviceResources.PROFILE_TITLES;
454 title = getHtmlFromResources(this, PROFILE_TITLES.get(deviceProfile), deviceName); in initUiForSelfManagedAssociation()
594 this, PROFILE_TITLES.get(deviceProfile), mAppLabel, remoteDeviceName); in updateSingleDeviceUi()