Searched refs:helpText (Results 1 – 2 of 2) sorted by relevance
132 const helpText = await this.runShellCommand('screenrecord --help'); constant133 const versionStartIndex = helpText.indexOf('v') + 1;134 screenRecordVersion = helpText.slice(
96 mTextView.setText(R.string.helpText); in onClick()111 mTextView.setText(R.string.helpText); in onClick()