Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/system/
DRegulatoryInfoDisplayActivity.java81 Bitmap regulatoryInfoBitmap = BitmapFactory.decodeFile(regulatoryInfoFile); in onCreate() local
83 if (regulatoryInfoBitmap != null) { in onCreate()
108 if (regulatoryInfoBitmap != null) { in onCreate()
109 image.setImageBitmap(regulatoryInfoBitmap); in onCreate()
/packages/apps/Settings/src/com/android/settings/
DRegulatoryInfoDisplayActivity.java71 final Bitmap regulatoryInfoBitmap = BitmapFactory.decodeFile(regulatoryInfoFile); in onCreate() local
73 if (regulatoryInfoBitmap != null) { in onCreate()
99 if (regulatoryInfoBitmap != null) { in onCreate()
100 image.setImageBitmap(regulatoryInfoBitmap); in onCreate()