Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DDiagnosticDataCollectorTest.java77 private void verifyCmdAndDropboxTag(String[] cmd, String tag, boolean startsWithMatch) in verifyCmdAndDropboxTag() method in DiagnosticDataCollectorTest
105 verifyCmdAndDropboxTag(TELECOM_DUMPSYS_COMMAND, "test_tag_telecom", false); in testPersistForTelecomDumpsys()
117 verifyCmdAndDropboxTag(TELEPHONY_DUMPSYS_COMMAND, "test_tag_telephony", false); in testPersistForTelephonyDumpsys()
130 verifyCmdAndDropboxTag(LOGCAT_BINARY, "test_tag_logcat", true); in testPersistForLogcat()