Searched refs:SYNC_MONITOR_WINDOW_LENGTH_MILLIS (Results 1 – 1 of 1) sorted by relevance
187 private static final long SYNC_MONITOR_WINDOW_LENGTH_MILLIS = 60 * 1000; // 60 seconds field in SyncManager1277 (SYNC_MONITOR_WINDOW_LENGTH_MILLIS/1000) + "s"); in postMonitorSyncProgressMessage()1287 mSyncHandler.sendMessageDelayed(monitorMessage, SYNC_MONITOR_WINDOW_LENGTH_MILLIS); in postMonitorSyncProgressMessage()