Searched refs:SECURITY_ADB (Results 1 – 2 of 2) sorted by relevance
35 static final String SECURITY_ADB = "ADB"; field in AdbQrCode88 if (!SECURITY_ADB.equals(mAdbConfig.getSecurity())) { in AdbQrCode()
78 private static final String SECURITY_ADB = "ADB"; field in WifiUriParser291 } else if (security.startsWith(SECURITY_ADB)) { in generatetWifiConfiguration()