Home
last modified time | relevance | path

Searched refs:updateServiceState (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIDomainSelectionServiceController.aidl27 void updateServiceState(int slotId, int subId, in ServiceState serviceState); in updateServiceState() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerBaseTest.java432 updateServiceState(); in setGsmRoaming()
442 updateServiceState(); in setVoiceRegState()
447 updateServiceState(); in setDataRegState()
452 updateServiceState(); in setIsEmergencyOnly()
480 protected void updateServiceState() { in updateServiceState() method in NetworkControllerBaseTest
H A DNetworkControllerDataTest.java305 updateServiceState(); in testDataChangeWithoutConnectionState()
324 updateServiceState(); in testUpdateDataNetworkName()
H A DNetworkControllerSignalTest.java370 updateServiceState(); in testRoamingNoService_DoesNotCrash()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DDomainSelectionService.java782 public void updateServiceState(int slotId, int subId, @NonNull ServiceState serviceState) {
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java265 mVibrationSettings.addListener(this::updateServiceState); in systemReady()
268 updateServiceState(); in systemReady()
614 void updateServiceState() { in updateServiceState() method in VibratorManagerService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorManagerServiceTest.java1375 service.updateServiceState(); in vibrate_withSettingsChange_doNotCancelVibration()