Searched refs:sysPropKey (Results 1 – 2 of 2) sorted by relevance
164 public Flag(@NonNull String sysPropKey, boolean defaultValue, @Nullable Flag debugDefault) { in Flag() argument165 mSysPropKey = sysPropKey; in Flag()
1109 String sysPropKey = "pm.dexopt.downgrade_after_inactive_days"; in getDowngradeUnusedAppsThresholdInMillis() local1110 String sysPropValue = SystemProperties.get(sysPropKey); in getDowngradeUnusedAppsThresholdInMillis()1112 Slog.w(TAG, "SysProp " + sysPropKey + " not set"); in getDowngradeUnusedAppsThresholdInMillis()