Searched refs:ACTION_IMS_SERVICE_DOWN (Results 1 – 5 of 5) sorted by relevance
59 public static final String ACTION_IMS_SERVICE_DOWN = field in ImsFeature176 intent = new Intent(ACTION_IMS_SERVICE_DOWN); in sendImsServiceIntent()182 intent = new Intent(ACTION_IMS_SERVICE_DOWN); in sendImsServiceIntent()
70 public static final String ACTION_IMS_SERVICE_DOWN = field in ImsFeature452 intent = new Intent(ACTION_IMS_SERVICE_DOWN); in sendImsServiceIntent()458 intent = new Intent(ACTION_IMS_SERVICE_DOWN); in sendImsServiceIntent()
189 assertEquals(ImsManager.ACTION_IMS_SERVICE_DOWN, testIntent.getAction()); in verifyServiceDownSent()
126 } else if (intent.getAction().equals(ImsManager.ACTION_IMS_SERVICE_DOWN)) {573 filter.addAction(ImsManager.ACTION_IMS_SERVICE_DOWN); in startMonitoringImsService()
110 public static final String ACTION_IMS_SERVICE_DOWN = field in ImsManager