Home
last modified time | relevance | path

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

/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java81 private AutoCompleteTextView mAcHead; field in DumpActivity
198 mAcHead = findViewById(R.id.head); in onCreate()
216 setupAutocomplete(mAcHead, "0", "100", "1000", "2000"); in onCreate()
591 final int head = Utils.parseInt(mAcHead.getText().toString(), 0); in buildCommandLine()