Searched refs:mConfiguredSystemAllowlist (Results 1 – 1 of 1) sorted by relevance
172 private String mConfiguredSystemAllowlist; field in CarPackageManagerService1122 mConfiguredSystemAllowlist = mContext.getString(R.string.systemActivityAllowlist); in generateConfigAllowlist()1123 if (mConfiguredSystemAllowlist == null) { in generateConfigAllowlist()1126 parseConfigList(mConfiguredSystemAllowlist, configAllowlist); in generateConfigAllowlist()1351 sb.append(mConfiguredSystemAllowlist + "\n"); in dumpPoliciesLocked()