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

  /frameworks/base/services/core/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 98 private int mPendingUpdate = 0;
147 mPendingUpdate++;
148 if (mPendingUpdate > 1) {
163 // 2. Update thread will clear mPendingUpdate.
172 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {
178 } else if (mPendingUpdate > 0) {
202 mPendingUpdate = 0;
BluetoothOppService.java 96 private boolean mPendingUpdate;
402 mPendingUpdate = true;
426 if (V) Log.v(TAG, "pendingUpdate is " + mPendingUpdate + " keepUpdateThread is "
428 if (!mPendingUpdate) {
436 mPendingUpdate = false;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 417 if (mPendingUpdate != null) {
420 getShell().getDisplay().timerExec(-1, mPendingUpdate);
422 mPendingUpdate = null;
426 private Runnable mPendingUpdate;
429 if (mPendingUpdate == null) {
430 mPendingUpdate = new Runnable() {
433 mPendingUpdate = null;
438 getShell().getDisplay().timerExec(250 /*ms*/, mPendingUpdate);

Completed in 107 milliseconds