Searched refs:SOLID_COLORED (Results 1 – 6 of 6) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | GridDirectoryHolder.java | 19 import static com.android.documentsui.DevicePolicyResources.Drawables.Style.SOLID_COLORED; 80 Drawable drawable = dpm.getResources().getDrawable(WORK_PROFILE_ICON, SOLID_COLORED, () -> in setUpdatableWorkProfileIcon()
|
D | GridDocumentHolder.java | 19 import static com.android.documentsui.DevicePolicyResources.Drawables.Style.SOLID_COLORED; 95 Drawable drawable = dpm.getResources().getDrawable(WORK_PROFILE_ICON, SOLID_COLORED, () -> in setUpdatableWorkProfileIcon()
|
D | ListDocumentHolder.java | 19 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/ |
D | DevicePolicyResources.java | 180 public static final String SOLID_COLORED = "SOLID_COLORED"; field in DevicePolicyResources.Drawables.Style
|
D | UserManagerState.java | 21 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/ |
D | UserManagerStateTest.java | 19 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()
|