Home
last modified time | relevance | path

Searched refs:PROPERTY_IN_CALL_SERVICE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/ndo/
DBlockerViewModel.java44 private static final String PROPERTY_IN_CALL_SERVICE = "PROPERTY_IN_CALL_SERVICE"; field in BlockerViewModel
95 if (PROPERTY_IN_CALL_SERVICE.equals(propertyChangeEvent.getPropertyName()) in propertyChange()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/ndo/
DBlockerViewModelTest.java59 private static final String PROPERTY_IN_CALL_SERVICE = "PROPERTY_IN_CALL_SERVICE"; field in BlockerViewModelTest
88 when(event.getPropertyName()).thenReturn(PROPERTY_IN_CALL_SERVICE); in testPropertyChange_serviceConnected()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/
DInCallModel.java68 private static final String PROPERTY_IN_CALL_SERVICE = "PROPERTY_IN_CALL_SERVICE"; field in InCallModel
464 if (PROPERTY_IN_CALL_SERVICE.equals(evt.getPropertyName()) in propertyChange()