Searched refs:mPendingUpdate (Results 1 – 3 of 3) sorted by relevance
96 private int mPendingUpdate = 0; field in BluetoothOppNotification145 mPendingUpdate++; in updateNotification()146 if (mPendingUpdate > 1) { in updateNotification()170 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {176 } else if (mPendingUpdate > 0) {200 mPendingUpdate = 0; in run()
96 private boolean mPendingUpdate; field in BluetoothOppService364 mPendingUpdate = true; in updateFromProvider()388 if (V) Log.v(TAG, "pendingUpdate is " + mPendingUpdate + " keepUpdateThread is " in run()390 if (!mPendingUpdate) { in run()398 mPendingUpdate = false; in run()
89 private boolean mPendingUpdate; field in DownloadService257 mPendingUpdate = true; in updateFromProvider()283 if (!mPendingUpdate) { in run()293 mPendingUpdate = false; in run()