Searched refs:mPropertiesToSetMap (Results 1 – 1 of 1) sorted by relevance
40 private final Map<String, String> mPropertiesToSetMap; field in AlarmManagerDeviceConfigHelper43 mPropertiesToSetMap = new HashMap<>(); in AlarmManagerDeviceConfigHelper()53 mPropertiesToSetMap.put(key, initialProperties.getString(key, null)); in AlarmManagerDeviceConfigHelper()56 new HashMap<>(mPropertiesToSetMap)); in AlarmManagerDeviceConfigHelper()75 mPropertiesToSetMap.put(key, value); in with()80 mPropertiesToSetMap.remove(key); in without()104 if (mPropertiesToSetMap.equals(mCommittedMap)) { in commitAndAwaitPropagation()110 mPropertiesToSetMap)); in commitAndAwaitPropagation()111 mCommittedMap = Collections.unmodifiableMap(new HashMap<>(mPropertiesToSetMap)); in commitAndAwaitPropagation()