Home
last modified time | relevance | path

Searched refs:createIconWithDrawable (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java208 final IconCompat icon = Utils.createIconWithDrawable(drawable); in createIconWithDrawable_BitmapDrawable()
217 final IconCompat icon = Utils.createIconWithDrawable(drawable); in createIconWithDrawable_ColorDrawable()
227 final IconCompat icon = Utils.createIconWithDrawable(drawable); in createIconWithDrawable_VectorDrawable()
/packages/apps/Settings/src/com/android/settings/wifi/slice/
DWifiSlice.java218 return Utils.createIconWithDrawable(d); in getAccessPointLevelIcon()
287 final IconCompat emptyIcon = Utils.createIconWithDrawable( in getLoadingRow()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/
DWifiSlice.java230 return Utils.createIconWithDrawable(d); in getAccessPointLevelIcon()
281 final IconCompat emptyIcon = Utils.createIconWithDrawable( in getLoadingRow()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/
DMediaOutputSlice.java127 return Utils.createIconWithDrawable(drawable); in getDeviceIconCompat()
/packages/apps/Settings/src/com/android/settings/media/
DMediaOutputSlice.java128 return Utils.createIconWithDrawable(drawable); in getDeviceIconCompat()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBatteryFixSlice.java123 final IconCompat icon = Utils.createIconWithDrawable(drawable); in getSlice()
DBluetoothDevicesSlice.java221 return Utils.createIconWithDrawable(drawable); in getBluetoothDeviceIcon()
DNotificationChannelSlice.java243 return Utils.createIconWithDrawable(drawable); in getApplicationIcon()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java224 return Utils.createIconWithDrawable(drawable); in getBluetoothDeviceIcon()
DNotificationChannelSlice.java231 return Utils.createIconWithDrawable(drawable); in getApplicationIcon()
/packages/apps/Settings/src/com/android/settings/
DUtils.java972 public static IconCompat createIconWithDrawable(Drawable drawable) { in createIconWithDrawable() method in Utils
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java977 public static IconCompat createIconWithDrawable(Drawable drawable) { in createIconWithDrawable() method in Utils