Searched refs:mPendingUpdate (Results 1 – 4 of 4) 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()
109 private int mPendingUpdate = 0; field in BluetoothOppNotification168 mPendingUpdate++; in updateNotification()169 if (mPendingUpdate > 1) { in updateNotification()198 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {208 } else if (mPendingUpdate > 0) {234 mPendingUpdate = 0; in run()
112 private boolean mPendingUpdate; field in BluetoothOppService566 mPendingUpdate = true; in updateFromProvider()605 Log.v(TAG, "pendingUpdate is " + mPendingUpdate + " sListenStarted is " in run()608 if (!mPendingUpdate) { in run()613 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()