Home
last modified time | relevance | path

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

/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java80 private AutoCompleteTextView mAcAfterContext; field in DumpActivity
196 mAcAfterContext = findViewById(R.id.afterContext); in onCreate()
215 setupAutocomplete(mAcAfterContext, "0", "1", "2", "3", "5", "10"); in onCreate()
590 final int after = Utils.parseInt(mAcAfterContext.getText().toString(), 0); in buildCommandLine()