Searched defs:startSync (Results 1 – 4 of 4) sorted by relevance
317 private void requestOrCancelSyncForEnabledProviders(boolean startSync) { in requestOrCancelSyncForEnabledProviders()329 requestOrCancelSync(syncPref.getAccount(), syncPref.getAuthority(), startSync); in requestOrCancelSyncForEnabledProviders() local
28 oneway void startSync(long mailboxId, boolean userRequest); in startSync() method
171 public void startSync(final long mailboxId, final boolean userRequest) throws RemoteException { in startSync() method in EmailServiceProxy
127 public void startSync(long mailboxId, boolean userRequest) throws RemoteException { in startSync() method in EmailServiceUtils.NullEmailService