Searched refs:mAppStandbyProperties (Results 1 – 1 of 1) sorted by relevance
468 private final Map<String, String> mAppStandbyProperties = new ArrayMap<>(); field in AppStandbyController2139 return mAppStandbyProperties.get(key); in getAppStandbyConstant()3215 mAppStandbyProperties.put(name, properties.getString(name, null)); in processProperties()