Searched refs:mConfiguredSystemAllowlist (Results 1 – 1 of 1) sorted by relevance
142 private String mConfiguredSystemAllowlist; field in CarPackageManagerService1037 mConfiguredSystemAllowlist = mContext.getString(R.string.systemActivityAllowlist); in generateConfigAllowlist()1038 if (mConfiguredSystemAllowlist == null) { in generateConfigAllowlist()1041 parseConfigList(mConfiguredSystemAllowlist, configAllowlist); in generateConfigAllowlist()1253 sb.append(mConfiguredSystemAllowlist + "\n"); in dumpPoliciesLocked()