Searched refs:mPendingUpdate (Results 1 – 5 of 5) sorted by relevance
51 private boolean mPendingUpdate; field in VmsSubscriptionHelper69 mPendingUpdate = true; in subscribe()85 mPendingUpdate = true; in subscribe()98 mPendingUpdate = true; in unsubscribe()116 mPendingUpdate = true; in unsubscribe()138 if (mPendingUpdate) { in publishSubscriptionUpdate()141 mPendingUpdate = false; in publishSubscriptionUpdate()
33 private final AtomicBoolean mPendingUpdate = new AtomicBoolean(false); field in SingleLiveEvent39 if (mPendingUpdate.compareAndSet(true, false)) { in observe()49 mPendingUpdate.set(true); in setValue()
110 private int mPendingUpdate = 0; field in BluetoothOppNotification169 mPendingUpdate++; in updateNotification()170 if (mPendingUpdate > 1) { in updateNotification()199 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {209 } else if (mPendingUpdate > 0) {235 mPendingUpdate = 0; in run()
113 private boolean mPendingUpdate; field in BluetoothOppService562 mPendingUpdate = true; in updateFromProvider()601 Log.v(TAG, "pendingUpdate is " + mPendingUpdate + " sListenStarted is " in run()604 if (!mPendingUpdate) { in run()609 mPendingUpdate = false; in run()
58 private final Set<ScheduleRow> mPendingUpdate = new ArraySet<>(); field in ScheduleRowAdapter361 mPendingUpdate.add(row); in addPendingUpdate()366 for (ScheduleRow row : mPendingUpdate) { in executePendingUpdate()372 mPendingUpdate.clear(); in executePendingUpdate()