HomeSort by relevance Sort by last modified time
    Searched refs:mPendingUpdate (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 92 private int mPendingUpdate = 0;
135 mPendingUpdate++;
136 if (mPendingUpdate > 1) {
151 // 2. Update thread will clear mPendingUpdate.
160 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {
166 } else if (mPendingUpdate > 0) {
190 mPendingUpdate = 0;
BluetoothOppService.java 98 private boolean mPendingUpdate;
366 mPendingUpdate = true;
390 if (V) Log.v(TAG, "pendingUpdate is " + mPendingUpdate + " keepUpdateThread is "
392 if (!mPendingUpdate) {
400 mPendingUpdate = false;
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 86 private boolean mPendingUpdate;
248 mPendingUpdate = true;
277 if (!mPendingUpdate) {
287 mPendingUpdate = false;

Completed in 55 milliseconds