Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/system/
DRegulatoryInfoDisplayActivity.java80 String regulatoryInfoFile = getRegulatoryInfoImageFileName(); in onCreate() local
81 Bitmap regulatoryInfoBitmap = BitmapFactory.decodeFile(regulatoryInfoFile); in onCreate()
/packages/apps/Settings/src/com/android/settings/
DRegulatoryInfoDisplayActivity.java70 final String regulatoryInfoFile = getRegulatoryInfoImageFileName(); in onCreate() local
71 final Bitmap regulatoryInfoBitmap = BitmapFactory.decodeFile(regulatoryInfoFile); in onCreate()