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

/frameworks/base/core/java/android/content/
H A DSyncManager.java240 boolean onlyThoseWithUnkownSyncableState = justBootedUp;
241 scheduleSync(null, null, null, 0 /* no delay */, onlyThoseWithUnkownSyncableState);
313 false /* onlyThoseWithUnkownSyncableState */);
508 * @param onlyThoseWithUnkownSyncableState
511 Bundle extras, long delay, boolean onlyThoseWithUnkownSyncableState) {
597 if (onlyThoseWithUnkownSyncableState && isSyncable >= 0) {
637 if (!onlyThoseWithUnkownSyncableState) {
659 false /* onlyThoseWithUnkownSyncableState */);
510 scheduleSync(Account requestedAccount, String requestedAuthority, Bundle extras, long delay, boolean onlyThoseWithUnkownSyncableState) argument

Completed in 10 milliseconds