Searched refs:notifyVoiceActivationStateChanged (Results 1 – 6 of 6) sorted by relevance
60 verify(mPhone, times(1)).notifyVoiceActivationStateChanged( in testSetVoiceActivationState()72 verify(mPhone, times(0)).notifyVoiceActivationStateChanged( in testSetVoiceActivationState()
82 void notifyVoiceActivationStateChanged(Phone sender, int activationState); in notifyVoiceActivationStateChanged() method
199 public void notifyVoiceActivationStateChanged(Phone sender, int activationState) { in notifyVoiceActivationStateChanged() method in DefaultPhoneNotifier200 mTelephonyRegistryMgr.notifyVoiceActivationStateChanged(sender.getSubId(), in notifyVoiceActivationStateChanged()
103 mPhone.notifyVoiceActivationStateChanged(state); in setVoiceActivationState()
2548 public void notifyVoiceActivationStateChanged(int state) { in notifyVoiceActivationStateChanged() method in Phone2549 mNotifier.notifyVoiceActivationStateChanged(this, state); in notifyVoiceActivationStateChanged()
466 public void notifyVoiceActivationStateChanged(int subId, int slotIndex, in notifyVoiceActivationStateChanged() method in TelephonyRegistryManager