Searched defs:getVoiceActivationState (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSimActivationTracker.java117 public int getVoiceActivationState() { method in class:SimActivationTracker
H A DPhone.java1615 public int getVoiceActivationState() { method in class:Phone
1616 return mSimActivationTracker.getVoiceActivationState();
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3170 public int getVoiceActivationState(int subId) { method in class:TelephonyManager
3174 return telephony.getVoiceActivationState(subId, getOpPackageName());

Completed in 98 milliseconds