Searched refs:notifyVoiceActivationStateChanged (Results 1 – 6 of 6) sorted by relevance
59 verify(mPhone, times(1)).notifyVoiceActivationStateChanged( in testSetVoiceActivationState()71 verify(mPhone, times(0)).notifyVoiceActivationStateChanged( in testSetVoiceActivationState()
103 mPhone.notifyVoiceActivationStateChanged(state); in setVoiceActivationState()
99 void notifyVoiceActivationStateChanged(Phone sender, int activationState); in notifyVoiceActivationStateChanged() method
212 public void notifyVoiceActivationStateChanged(Phone sender, int activationState) { in notifyVoiceActivationStateChanged() method in DefaultPhoneNotifier213 mTelephonyRegistryMgr.notifyVoiceActivationStateChanged(sender.getPhoneId(), in notifyVoiceActivationStateChanged()
2894 public void notifyVoiceActivationStateChanged(int state) { in notifyVoiceActivationStateChanged() method in Phone2895 mNotifier.notifyVoiceActivationStateChanged(this, state); in notifyVoiceActivationStateChanged()
755 public void notifyVoiceActivationStateChanged(int slotIndex, int subId, in notifyVoiceActivationStateChanged() method in TelephonyRegistryManager