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