Searched refs:newProp (Results 1 – 2 of 2) sorted by relevance
561 List<String> newProp = new ArrayList<>( in updateLocale() local563 while (newProp.size() <= phoneId) newProp.add(null); in updateLocale()564 newProp.set(phoneId, mCurrentCountryIso); in updateLocale()565 TelephonyProperties.operator_iso_country(newProp); in updateLocale()
1190 final PackageManager.Property newProp = in checkNoAppStorageIsConsistent() local1193 return newProp == null || !newProp.getBoolean(); in checkNoAppStorageIsConsistent()1195 return newProp != null && newProp.getBoolean(); in checkNoAppStorageIsConsistent()