Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_collection/adb/
Dadb_device_connection.ts132 const helpText = await this.runShellCommand('screenrecord --help'); constant
133 const versionStartIndex = helpText.indexOf('v') + 1;
134 screenRecordVersion = helpText.slice(
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoy.java96 mTextView.setText(R.string.helpText); in onClick()
111 mTextView.setText(R.string.helpText); in onClick()