Searched defs:mPendingNotificationUpdate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayAdapter.java92 private boolean mPendingNotificationUpdate; field in class:WifiDisplayAdapter
119 pw.println("mPendingNotificationUpdate=" + mPendingNotificationUpdate);
325 if (!mPendingNotificationUpdate) {
326 mPendingNotificationUpdate = true;
354 if (!mPendingNotificationUpdate) {
358 mPendingNotificationUpdate = false;

Completed in 119 milliseconds