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

/frameworks/base/core/java/android/content/
H A DSyncManager.java278 private static final String ACTION_SYNC_ALARM = "android.content.syncmanager.SYNC_ALARM"; field in class:SyncManager
319 mContext, 0 /* ignored */, new Intent(ACTION_SYNC_ALARM), 0);
344 new IntentFilter(ACTION_SYNC_ALARM));

Completed in 59 milliseconds