Searched refs:mPendingUpdate (Results 1 – 4 of 4) sorted by relevance
48 private boolean mPendingUpdate; field in VmsSubscriptionHelper66 mPendingUpdate = true; in subscribe()82 mPendingUpdate = true; in subscribe()95 mPendingUpdate = true; in unsubscribe()113 mPendingUpdate = true; in unsubscribe()149 if (mPendingUpdate) { in publishSubscriptionUpdate()152 mPendingUpdate = false; in publishSubscriptionUpdate()
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()
146 private int mPendingUpdate = 0; field in BluetoothOppNotification209 mPendingUpdate++; in updateNotification()210 if (mPendingUpdate > 1) { in updateNotification()236 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {243 } else if (mPendingUpdate > 0) {268 mPendingUpdate = 0; in run()
133 private boolean mPendingUpdate; field in BluetoothOppService684 mPendingUpdate = true; in updateFromProvider()722 + mPendingUpdate in run()727 if (!mPendingUpdate) { in run()732 mPendingUpdate = false; in run()