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
193 public void notifyVoiceActivationStateChanged(Phone sender, int activationState) { in notifyVoiceActivationStateChanged() method in DefaultPhoneNotifier194 mTelephonyRegistryMgr.notifyVoiceActivationStateChanged(sender.getSubId(), in notifyVoiceActivationStateChanged()
103 mPhone.notifyVoiceActivationStateChanged(state); in setVoiceActivationState()
2556 public void notifyVoiceActivationStateChanged(int state) { in notifyVoiceActivationStateChanged() method in Phone2557 mNotifier.notifyVoiceActivationStateChanged(this, state); in notifyVoiceActivationStateChanged()
558 public void notifyVoiceActivationStateChanged(int subId, int slotIndex, in notifyVoiceActivationStateChanged() method in TelephonyRegistryManager