Home
last modified time | relevance | path

Searched refs:mPendingUpdate (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car-lib/src/android/car/vms/
DVmsSubscriptionHelper.java48 private boolean mPendingUpdate; field in VmsSubscriptionHelper
66 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()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRowAdapter.java58 private final Set<ScheduleRow> mPendingUpdate = new ArraySet<>(); field in ScheduleRowAdapter
361 mPendingUpdate.add(row); in addPendingUpdate()
366 for (ScheduleRow row : mPendingUpdate) { in executePendingUpdate()
372 mPendingUpdate.clear(); in executePendingUpdate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java146 private int mPendingUpdate = 0; field in BluetoothOppNotification
209 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()
DBluetoothOppService.java133 private boolean mPendingUpdate; field in BluetoothOppService
684 mPendingUpdate = true; in updateFromProvider()
722 + mPendingUpdate in run()
727 if (!mPendingUpdate) { in run()
732 mPendingUpdate = false; in run()