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.java51 private boolean mPendingUpdate; field in VmsSubscriptionHelper
69 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java109 private int mPendingUpdate = 0; field in BluetoothOppNotification
168 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()
DBluetoothOppService.java112 private boolean mPendingUpdate; field in BluetoothOppService
566 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()
/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()