Searched defs:oldPwd (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java87 public void changeBarringPassword(String facility, String oldPwd, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java86 public void changeBarringPassword(String facility, String oldPwd, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java1833 * @param oldPwd is old password
1837 public void changeCallBarringPassword(String facility, String oldPwd, String newPwd, argument
1840 mCi.changeBarringPassword(facility, oldPwd, newPwd, onComplete);
H A DCommandsInterface.java789 void changeBarringPassword(String facility, String oldPwd, String newPwd, Message result); argument
H A DRIL.java1603 public void changeBarringPassword(String facility, String oldPwd, String newPwd, argument
1619 convertNullToEmptyString(oldPwd),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java392 changeBarringPassword(String facility, String oldPwd, String newPwd, Message result) { argument
H A DSimulatedCommandsVerifier.java651 public void changeBarringPassword(String facility, String oldPwd, String newPwd, argument

Completed in 119 milliseconds