Searched defs:startSync (Results 1 – 4 of 4) sorted by relevance
308 private void requestOrCancelSyncForEnabledProviders(boolean startSync) { in requestOrCancelSyncForEnabledProviders()320 requestOrCancelSync(syncPref.getAccount(), syncPref.getAuthority(), startSync); in requestOrCancelSyncForEnabledProviders() local
28 oneway void startSync(long mailboxId, boolean userRequest); in startSync() method
156 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