Home
last modified time | relevance | path

Searched refs:notifyVoiceActivationStateChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimActivationTrackerTest.java60 verify(mPhone, times(1)).notifyVoiceActivationStateChanged( in testSetVoiceActivationState()
72 verify(mPhone, times(0)).notifyVoiceActivationStateChanged( in testSetVoiceActivationState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java76 public void notifyVoiceActivationStateChanged(Phone sender, int activationState); in notifyVoiceActivationStateChanged() method
DSimActivationTracker.java104 mPhone.notifyVoiceActivationStateChanged(state); in setVoiceActivationState()
DDefaultPhoneNotifier.java333 public void notifyVoiceActivationStateChanged(Phone sender, int activationState) { in notifyVoiceActivationStateChanged() method in DefaultPhoneNotifier
DPhone.java2353 public void notifyVoiceActivationStateChanged(int state) { in notifyVoiceActivationStateChanged() method in Phone
2354 mNotifier.notifyVoiceActivationStateChanged(this, state); in notifyVoiceActivationStateChanged()