Searched refs:ACTION_IMS_SERVICE_UP (Results 1 – 5 of 5) sorted by relevance
50 public static final String ACTION_IMS_SERVICE_UP = field in ImsFeature179 intent = new Intent(ACTION_IMS_SERVICE_UP); in sendImsServiceIntent()
60 public static final String ACTION_IMS_SERVICE_UP = field in ImsFeature455 intent = new Intent(ACTION_IMS_SERVICE_UP); in sendImsServiceIntent()
194 assertEquals(ImsManager.ACTION_IMS_SERVICE_UP, testIntent.getAction()); in verifyServiceUpSent()
122 if (intent.getAction().equals(ImsManager.ACTION_IMS_SERVICE_UP)) {572 filter.addAction(ImsManager.ACTION_IMS_SERVICE_UP); in startMonitoringImsService()
101 public static final String ACTION_IMS_SERVICE_UP = field in ImsManager