Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DDiagnosticDataCollector.java63 private final boolean mIsLowRamDevice; field in DiagnosticDataCollector
73 mIsLowRamDevice = isLowRamDevice; in DiagnosticDataCollector()
96 if (mIsLowRamDevice) { in persistLogcat()