OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removePeriodicSyncs
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java
143
removePeriodicSyncs
(engine, account1, 0, authority);
144
removePeriodicSyncs
(engine, account2, 0, authority);
145
removePeriodicSyncs
(engine, account1, 1, authority);
204
removePeriodicSyncs
(engine, account1, 0, authority);
205
removePeriodicSyncs
(engine, account2, 0, authority);
206
removePeriodicSyncs
(engine, account1, 1, authority);
238
private void
removePeriodicSyncs
(SyncStorageEngine engine, Account account, int userId, String authority) {
278
removePeriodicSyncs
(engine, account1, 0, authority1);
279
removePeriodicSyncs
(engine, account2, 0, authority1);
280
removePeriodicSyncs
(engine, account1, 0, authority2)
[
all
...]
/packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java
173
private static void
removePeriodicSyncs
(final android.accounts.Account amAccount,
193
removePeriodicSyncs
(amAccount, EmailContent.AUTHORITY);
194
removePeriodicSyncs
(amAccount, CalendarContract.AUTHORITY);
195
removePeriodicSyncs
(amAccount, ContactsContract.AUTHORITY);
Completed in 1868 milliseconds