Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DEmergencyCallDiagnosticLoggerTest.java249 ecdData.isLogcatCollectionEnabled() || ecdData.isTelecomDumpsysCollectionEnabled() in testStuckEmergencyCall()
276 ecdData.isLogcatCollectionEnabled() || ecdData.isTelecomDumpsysCollectionEnabled() in testEmergencyCallNeverWentActiveWithNonLocalDisconnectCause()
/packages/services/Telecomm/src/com/android/server/telecom/
DEmergencyCallDiagnosticLogger.java176 if (isLogcatCollectionEnabled()) { in triggerDiagnosticsCollection()
228 private boolean isLogcatCollectionEnabled() { in isLogcatCollectionEnabled() method in EmergencyCallDiagnosticLogger
/packages/services/Telephony/src/com/android/phone/
DDiagnosticDataCollector.java85 if (ecdData.isLogcatCollectionEnabled()) { in persistEmergencyDianosticData()