Searched refs:PACKAGE_NAMES_FIELD_NAME (Results 1 – 1 of 1) sorted by relevance
55 @VisibleForTesting public static final String PACKAGE_NAMES_FIELD_NAME = "package_names"; field in AppInstallFilters123 toReturn.put(PACKAGE_NAMES_FIELD_NAME, packageNames); in toJson()136 JSONArray serializedPackageNames = json.getJSONArray(PACKAGE_NAMES_FIELD_NAME); in fromJson()