Searched refs:forAllUsersOnly (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | CallLogProvider.java | 1127 boolean forAllUsersOnly) { in syncEntriesFrom() argument 1142 if (forAllUsersOnly) { in syncEntriesFrom() 1156 sourceUserId, sourceIsShadow, forAllUsersOnly)); in syncEntriesFrom() 1165 sourceUserId, sourceIsShadow, forAllUsersOnly, lastSyncTime, in syncEntriesFrom() 1177 syncCallComposerPics(sourceUserId, sourceIsShadow, forAllUsersOnly, lastSyncTime); in syncEntriesFrom() 1190 boolean forAllUsersOnly, long lastSyncTime) { in syncCallComposerPics() argument 1192 + " isShadow=" + sourceIsShadow + ", forAllUser=" + forAllUsersOnly); in syncCallComposerPics() 1196 args.putBoolean(EXTRA_ALL_USERS_ONLY, forAllUsersOnly); in syncCallComposerPics()
|