Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java96 private int mPendingUpdate = 0; field in BluetoothOppNotification
145 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()
DBluetoothOppService.java96 private boolean mPendingUpdate; field in BluetoothOppService
364 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()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadService.java89 private boolean mPendingUpdate; field in DownloadService
257 mPendingUpdate = true; in updateFromProvider()
283 if (!mPendingUpdate) { in run()
293 mPendingUpdate = false; in run()