Searched refs:tail (Results 1 – 2 of 2) sorted by relevance
183 int tail = wifiSsid.endsWith("\"") ? 1 : 0; in trimSsid() local184 return wifiSsid.substring(head, wifiSsid.length() - tail); in trimSsid()
199 mAcTail = findViewById(R.id.tail); in onCreate()592 final int tail = Utils.parseInt(mAcTail.getText().toString(), 0); in buildCommandLine() local606 if (tail > 0) { in buildCommandLine()608 sb.append(tail); in buildCommandLine()