Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsStorageMonitor.java59 private boolean mReportMemoryStatusPending; field in SmsStorageMonitor
118 mReportMemoryStatusPending = true; in handleMessage()
122 mReportMemoryStatusPending = false; in handleMessage()
127 if (mReportMemoryStatusPending) { in handleMessage()