Home
last modified time | relevance | path

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

/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DProvisioningValuesLoader.java183 int tail = wifiSsid.endsWith("\"") ? 1 : 0; in trimSsid() local
184 return wifiSsid.substring(head, wifiSsid.length() - tail); in trimSsid()
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java199 mAcTail = findViewById(R.id.tail); in onCreate()
592 final int tail = Utils.parseInt(mAcTail.getText().toString(), 0); in buildCommandLine() local
606 if (tail > 0) { in buildCommandLine()
608 sb.append(tail); in buildCommandLine()