Searched refs:mUpdatedStrings (Results 1 – 1 of 1) sorted by relevance
80 private final Map<String, ParcelableResource> mUpdatedStrings = new HashMap<>(); field in DeviceManagementResourcesProvider233 ParcelableResource current = mUpdatedStrings.get(stringId); in updateString()237 mUpdatedStrings.put(stringId, updatableResource); in updateString()250 removed |= mUpdatedStrings.remove(stringId) != null; in removeStrings()263 return mUpdatedStrings.get(stringId); in getString()418 if (mUpdatedStrings != null && !mUpdatedStrings.isEmpty()) { in writeStringsInner()420 : mUpdatedStrings.entrySet()) { in writeStringsInner()467 mUpdatedStrings.put(id, ParcelableResource.createFromXml(parser)); in readInner()