Home
last modified time | relevance | path

Searched refs:regulatoryInfoBitmap (Results 1 – 3 of 3) 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRegulatoryInfoDisplayActivity.java76 final Bitmap regulatoryInfoBitmap = BitmapFactory.decodeFile(regulatoryInfoFile); in onCreate() local
78 if (regulatoryInfoBitmap != null) { in onCreate()
103 if (regulatoryInfoBitmap != null) { in onCreate()
104 image.setImageBitmap(regulatoryInfoBitmap); in onCreate()
/packages/apps/Settings/src/com/android/settings/
DRegulatoryInfoDisplayActivity.java76 final Bitmap regulatoryInfoBitmap = BitmapFactory.decodeFile(regulatoryInfoFile); in onCreate() local
78 if (regulatoryInfoBitmap != null) { in onCreate()
103 if (regulatoryInfoBitmap != null) { in onCreate()
104 image.setImageBitmap(regulatoryInfoBitmap); in onCreate()