Home
last modified time | relevance | path

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

/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceResources.java201 static final Map<String, Integer> PROFILE_ICONS; field in CompanionDeviceResources
208 PROFILE_ICONS = unmodifiableMap(map);
DCompanionAssociationActivity.java30 import static com.android.companiondevicemanager.CompanionDeviceResources.PROFILE_ICONS;
486 final Drawable profileIcon = getIcon(this, PROFILE_ICONS.get(deviceProfile)); in initUiForSingleDevice()
516 profileIcon = getIcon(this, PROFILE_ICONS.get(deviceProfile)); in initUiForMultipleDevices()