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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java96 private int mPendingUpdate = 0; field in class:BluetoothOppNotification
145 mPendingUpdate++;
146 if (mPendingUpdate > 1) {
161 // 2. Update thread will clear mPendingUpdate.
170 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {
176 } else if (mPendingUpdate > 0) {
200 mPendingUpdate = 0;
H A DBluetoothOppService.java96 private boolean mPendingUpdate; field in class:BluetoothOppService
402 mPendingUpdate = true;
426 if (V) Log.v(TAG, "pendingUpdate is " + mPendingUpdate + " keepUpdateThread is "
428 if (!mPendingUpdate) {
436 mPendingUpdate = false;

Completed in 51 milliseconds