Searched refs:readSimpleTag (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
H A DVendorConfig.java151 private static @NonNull String readSimpleTag(@NonNull Context context, method in class:VendorConfig
271 name = readSimpleTag(context, parser, NAME_TAG, false);
274 packageName = readSimpleTag(context, parser, PACKAGE_TAG, true);
281 return readSimpleTag(context, parser, tagName, true);

Completed in 64 milliseconds