Home
last modified time | relevance | path

Searched refs:SOLID_COLORED (Results 1 – 6 of 6) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDirectoryHolder.java19 import static com.android.documentsui.DevicePolicyResources.Drawables.Style.SOLID_COLORED;
80 Drawable drawable = dpm.getResources().getDrawable(WORK_PROFILE_ICON, SOLID_COLORED, () -> in setUpdatableWorkProfileIcon()
DGridDocumentHolder.java19 import static com.android.documentsui.DevicePolicyResources.Drawables.Style.SOLID_COLORED;
95 Drawable drawable = dpm.getResources().getDrawable(WORK_PROFILE_ICON, SOLID_COLORED, () -> in setUpdatableWorkProfileIcon()
DListDocumentHolder.java19 import static com.android.documentsui.DevicePolicyResources.Drawables.Style.SOLID_COLORED;
112 Drawable drawable = dpm.getResources().getDrawable(WORK_PROFILE_ICON, SOLID_COLORED, () -> in setUpdatableWorkProfileIcon()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DDevicePolicyResources.java180 public static final String SOLID_COLORED = "SOLID_COLORED"; field in DevicePolicyResources.Drawables.Style
DUserManagerState.java21 import static com.android.documentsui.DevicePolicyResources.Drawables.Style.SOLID_COLORED;
540 Drawable drawable = dpm.getResources().getDrawable(WORK_PROFILE_ICON, SOLID_COLORED, in getWorkProfileBadge()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DUserManagerStateTest.java19 import static com.android.documentsui.DevicePolicyResources.Drawables.Style.SOLID_COLORED;
799 when(devicePolicyResourcesManager.getDrawable(eq(WORK_PROFILE_ICON), eq(SOLID_COLORED), in testGetUserIdToBadgeMap_systemUserManagedUser_PreV()