Searched refs:EXCHANGE_INTENT (Results 1 – 4 of 4) sorted by relevance
64 startService(context, EmailServiceProxy.EXCHANGE_INTENT); in startExchangeService()69 return getService(context, EmailServiceProxy.EXCHANGE_INTENT, callback); in getExchangeService()73 return isServiceAvailable(context, EmailServiceProxy.EXCHANGE_INTENT); in isExchangeAvailable()
718 serviceIntent = new Intent(EmailServiceProxy.EXCHANGE_INTENT); in getServiceIntentForAccount()
54 public static final String EXCHANGE_INTENT = "com.android.email.EXCHANGE_INTENT"; field in EmailServiceProxy
1830 startService(new Intent(EmailServiceProxy.EXCHANGE_INTENT)); in onCreate()1874 EmailServiceProxy.EXCHANGE_INTENT)); in onStartCommand()