Home | History | Annotate | Download | only in content

Lines Matching refs:providerName

72      * @param providerName the provider whose setting we are querying
75 boolean getSyncAutomatically(in Account account, String providerName);
76 boolean getSyncAutomaticallyAsUser(in Account account, String providerName, int userId);
81 * @param providerName the provider whose behavior is being controlled
84 void setSyncAutomatically(in Account account, String providerName, boolean sync);
85 void setSyncAutomaticallyAsUser(in Account account, String providerName, boolean sync,
91 * @param providerName name of provider, must be null if cname is non-null.
92 * @param cname component to identify sync service, must be null if account/providerName are
95 List<PeriodicSync> getPeriodicSyncs(in Account account, String providerName,
101 * @param providerName the provider whose behavior is being controlled
105 void addPeriodicSync(in Account account, String providerName, in Bundle extras,
111 * @param providerName the provider whose behavior is being controlled
115 void removePeriodicSync(in Account account, String providerName, in Bundle extras);
121 int getIsSyncable(in Account account, String providerName);
122 int getIsSyncableAsUser(in Account account, String providerName, int userId);
128 void setIsSyncable(in Account account, String providerName, int syncable);
152 * @param providerName name of provider, must be null if cname is non-null.
153 * @param cname component to identify sync service, must be null if account/providerName are
162 * @param providerName name of provider, must be null if cname is non-null.
163 * @param cname component to identify sync service, must be null if account/providerName are
173 * @param providerName name of provider, must be null if cname is non-null.
174 * @param cname component to identify sync service, must be null if account/providerName are