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()
709 serviceIntent = new Intent(EmailServiceProxy.EXCHANGE_INTENT); in getServiceIntentForAccount()
53 public static final String EXCHANGE_INTENT = "com.android.email.EXCHANGE_INTENT"; field in EmailServiceProxy
1758 startService(new Intent(EmailServiceProxy.EXCHANGE_INTENT)); in onCreate()1802 EmailServiceProxy.EXCHANGE_INTENT)); in onStartCommand()