Searched refs:PROPERTY_IN_CALL_SERVICE (Results 1 – 3 of 3) sorted by relevance
44 private static final String PROPERTY_IN_CALL_SERVICE = "PROPERTY_IN_CALL_SERVICE"; field in BlockerViewModel95 if (PROPERTY_IN_CALL_SERVICE.equals(propertyChangeEvent.getPropertyName()) in propertyChange()
59 private static final String PROPERTY_IN_CALL_SERVICE = "PROPERTY_IN_CALL_SERVICE"; field in BlockerViewModelTest88 when(event.getPropertyName()).thenReturn(PROPERTY_IN_CALL_SERVICE); in testPropertyChange_serviceConnected()
68 private static final String PROPERTY_IN_CALL_SERVICE = "PROPERTY_IN_CALL_SERVICE"; field in InCallModel464 if (PROPERTY_IN_CALL_SERVICE.equals(evt.getPropertyName()) in propertyChange()