HomeSort by relevance Sort by last modified time
    Searched refs:mPendingUpdate (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/java/com/android/server/location/
GeofenceManager.java 107 private boolean mPendingUpdate;
198 if (!mPendingUpdate) {
199 mPendingUpdate = true;
245 mPendingUpdate = false;
389 if (mPendingUpdate) {
392 mPendingUpdate = true;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 96 private int mPendingUpdate = 0;
145 mPendingUpdate++;
146 if (mPendingUpdate > 1) {
161 // 2. Update thread will clear mPendingUpdate.
170 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {
176 } else if (mPendingUpdate > 0) {
200 mPendingUpdate = 0;
BluetoothOppService.java 96 private boolean mPendingUpdate;
390 mPendingUpdate = true;
414 if (V) Log.v(TAG, "pendingUpdate is " + mPendingUpdate + " keepUpdateThread is "
416 if (!mPendingUpdate) {
424 mPendingUpdate = false;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 416 if (mPendingUpdate != null) {
419 getShell().getDisplay().timerExec(-1, mPendingUpdate);
421 mPendingUpdate = null;
425 private Runnable mPendingUpdate;
428 if (mPendingUpdate == null) {
429 mPendingUpdate = new Runnable() {
432 mPendingUpdate = null;
437 getShell().getDisplay().timerExec(250 /*ms*/, mPendingUpdate);

Completed in 117 milliseconds