Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DDiagnosticDataCollector.java101 DiagnosticRunnable dr = new DiagnosticRunnable( in persistLogcat()
110 DiagnosticRunnable dr = new DiagnosticRunnable(TELECOM_DUMPSYS_COMMAND, in persistTelecomState()
118 DiagnosticRunnable dr = new DiagnosticRunnable(TELEPHONY_DUMPSYS_COMMAND, in persistTelephonyState()
125 private class DiagnosticRunnable implements Runnable { class in DiagnosticDataCollector
134 DiagnosticRunnable(String[] cmd, long streamTimeout, long procTimeout, String dropboxTag, in DiagnosticRunnable() method in DiagnosticDataCollector.DiagnosticRunnable