Home
last modified time | relevance | path

Searched refs:ExchangeSource (Results 1 – 2 of 2) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DSources.java210 } else if (ExchangeSource.ACCOUNT_TYPE.equals(accountType)) { in queryAccounts()
211 source = new ExchangeSource(auth.packageName); in queryAccounts()
DExchangeSource.java37 public class ExchangeSource extends FallbackSource { class
41 public ExchangeSource(String resPackageName) { in ExchangeSource() method in ExchangeSource