Searched defs:mNeedSyncActiveNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncManager.java151 private boolean mNeedSyncActiveNotification = false; field in class:SyncManager
2258 mNeedSyncActiveNotification = false;
2264 mNeedSyncActiveNotification = true;
2368 syncStateIntent.putExtra("active", mNeedSyncActiveNotification);

Completed in 204 milliseconds