Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DUtils.java136 String origHost = authorityEntry.getHost(); in dumpDebugAuthorityEntry() local
137 boolean wild = origHost.length() > 0 && origHost.charAt(0) == '*'; in dumpDebugAuthorityEntry()
138 String host = wild ? origHost.substring(1).intern() : origHost; in dumpDebugAuthorityEntry()