/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | ServiceStateStatsTest.java | 115 mServiceStateStats.onServiceStateChanged(mServiceState); in conclude_inService() 146 mServiceStateStats.onServiceStateChanged(mServiceState); in conclude_outOfService() 178 mServiceStateStats.onServiceStateChanged(mServiceState); in conclude_airplaneMode() 196 mServiceStateStats.onServiceStateChanged(mServiceState); in conclude_airplaneModeWithWifiCalling() 213 mServiceStateStats.onServiceStateChanged(mServiceState); in conclude_noSimCardEmergencyOnly() 246 mServiceStateStats.onServiceStateChanged(mServiceState); in conclude_noSimCardOutOfService() 273 mServiceStateStats.onServiceStateChanged(mServiceState); in conclude_longOnGoingServiceState() 314 mServiceStateStats.onServiceStateChanged(mServiceState); in update_sameRats() 316 mServiceStateStats.onServiceStateChanged(mServiceState); in update_sameRats() 342 mServiceStateStats.onServiceStateChanged(mServiceState); in update_differentDataRats() [all …]
|
H A D | VoiceCallSessionStatsTest.java | 178 mVoiceCallSessionStats0.onServiceStateChanged(mServiceState); in setUp() 750 mVoiceCallSessionStats0.onServiceStateChanged(mServiceState); in singleImsCall_ratSwitch() 753 mVoiceCallSessionStats0.onServiceStateChanged(mServiceState); in singleImsCall_ratSwitch() 960 mVoiceCallSessionStats0.onServiceStateChanged(mServiceState); in concurrentImsCalls_firstCallHangupFirst() 969 mVoiceCallSessionStats0.onServiceStateChanged(mServiceState); in concurrentImsCalls_firstCallHangupFirst() 1088 mVoiceCallSessionStats0.onServiceStateChanged(mServiceState); in concurrentImsCalls_firstCallHangupLast() 1097 mVoiceCallSessionStats0.onServiceStateChanged(mServiceState); in concurrentImsCalls_firstCallHangupLast() 1212 mVoiceCallSessionStats0.onServiceStateChanged(mServiceState); in concurrentImsCalls_firstCallHangupDuringSecondCallSetup() 1272 mVoiceCallSessionStats0.onServiceStateChanged(mServiceState); in singleCsCall_moRejected() 1333 mVoiceCallSessionStats0.onServiceStateChanged(mServiceState); in singleCsCall_moFailed() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/ |
H A D | TelephonyCallback.java | 90 public void onServiceStateChanged(@NonNull ServiceState serviceState) { in onServiceStateChanged() method in TelephonyCallback 95 listeners.forEach(listener -> listener.onServiceStateChanged(serviceState)); in onServiceStateChanged()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | PhoneStateListenerExecutorTest.java | 52 public void onServiceStateChanged(ServiceState serviceState) { in setUp() 80 ((IPhoneStateListener) field.get(mPhoneStateListenerUT)).onServiceStateChanged(ss); in testTriggerServiceStateChanged()
|
H A D | PhoneStateListenerTest.java | 53 public void onServiceStateChanged(ServiceState serviceState) { in setUp() 93 ((IPhoneStateListener) field.get(mPhoneStateListenerUT)).onServiceStateChanged(ss); in testTriggerServiceStateChanged()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
H A D | NetworkStatsSubscriptionsMonitorTest.java | 128 match.onServiceStateChanged(serviceState); in setRatTypeForSub() 252 listener.onServiceStateChanged(serviceState); in test5g() 258 listener.onServiceStateChanged(serviceState); in test5g() 265 listener.onServiceStateChanged(serviceState); in test5g() 278 listener.onServiceStateChanged(serviceState); in test5g()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | RadioOnStateListener.java | 82 onServiceStateChanged((ServiceState) ((AsyncResult) msg.obj).result); 174 private void onServiceStateChanged(ServiceState state) { in onServiceStateChanged() method in RadioOnStateListener
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/ |
H A D | VvmPhoneStateListener.java | 47 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in VvmPhoneStateListener
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ConnectivityUtil.java | 65 public void onServiceStateChanged(final ServiceState serviceState) {
|
/aosp12/frameworks/base/core/java/com/android/internal/telephony/ |
H A D | IPhoneStateListener.aidl | 39 void onServiceStateChanged(in ServiceState serviceState); in onServiceStateChanged() method
|
/aosp12/frameworks/base/core/java/android/telephony/ |
H A D | PhoneStateListener.java | 637 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in PhoneStateListener 1342 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in PhoneStateListener.IPhoneStateListenerStub 1347 () -> mExecutor.execute(() -> psl.onServiceStateChanged(serviceState))); in onServiceStateChanged()
|
H A D | TelephonyCallback.java | 678 void onServiceStateChanged(@NonNull ServiceState serviceState); in onServiceStateChanged() method 1408 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in TelephonyCallback.IPhoneStateListenerStub 1413 () -> mExecutor.execute(() -> listener.onServiceStateChanged(serviceState))); in onServiceStateChanged()
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/ |
H A D | MobileNetworkPreferenceController.java | 104 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in MobileNetworkPreferenceController.MobileNetworkTelephonyCallback
|
/aosp12/packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/ |
H A D | TelephonyRegistryTestApp.java | 80 public void onServiceStateChanged(ServiceState state) {
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
H A D | VoicemailErrorManager.java | 187 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in VoicemailErrorManager.ServiceStateListener
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | LocaleTracker.java | 216 onServiceStateChanged((ServiceState) ar.result); in handleMessage() 360 private void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in LocaleTracker
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | DataConnectionStats.java | 175 public void onServiceStateChanged(ServiceState state) { in onServiceStateChanged() method in DataConnectionStats.PhoneStateListenerImpl
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkStatsSubscriptionsMonitor.java | 210 public void onServiceStateChanged(@NonNull ServiceState ss) { in onServiceStateChanged() method in NetworkStatsSubscriptionsMonitor.RatTypeListener
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/ |
H A D | MobileNetworkPreferenceControllerTest.java | 149 mController.mTelephonyCallback.onServiceStateChanged(null); in serviceStateChange_shouldUpdatePrefSummary()
|
/aosp12/packages/services/Telephony/src/com/android/phone/vvm/ |
H A D | VvmSimStateTracker.java | 105 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in VvmSimStateTracker.ServiceStateListener
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | HeadsetPhoneState.java | 281 public synchronized void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in HeadsetPhoneState.HeadsetPhoneStateListener
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ |
H A D | MobileStatusTracker.java | 131 public void onServiceStateChanged(ServiceState state) { in onServiceStateChanged() method in MobileStatusTracker.MobileTelephonyCallback
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
H A D | InternetDialogController.java | 920 public void onServiceStateChanged(@NonNull ServiceState serviceState) { 921 mCallback.onServiceStateChanged(serviceState); 1091 void onServiceStateChanged(ServiceState serviceState);
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/ |
H A D | NetworkProviderWorkerTest.java | 214 mMockNetworkProviderWorker.mTelephonyCallback.onServiceStateChanged(new ServiceState()); in onServiceStateChanged_notifyTelephonyCallback_callUpdateSlice()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | ServiceStateStats.java | 80 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in ServiceStateStats
|