Home
last modified time | relevance | path

Searched refs:resourcePath (Results 1 – 1 of 1) sorted by relevance

/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DMdnsDiscovery.java92 String resourcePath = getStringAttribute(info, ATTRIBUTE_RP); in toNetworkPrinter() local
93 if (TextUtils.isEmpty(resourcePath)) { in toNetworkPrinter()
97 if (resourcePath.startsWith("/")) { in toNetworkPrinter()
98 resourcePath = resourcePath.substring(1); in toNetworkPrinter()
116 + "/" + resourcePath); in toNetworkPrinter()