Searched refs:resetType (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 595 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 601 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 546 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 2010 void nvResetConfig(int resetType, Message response); in nvResetConfig() argument
|
D | RIL.java | 1457 private static int convertToHalResetNvType(int resetType) { in convertToHalResetNvType() argument 1464 switch (resetType) { in convertToHalResetNvType() 3783 public void nvResetConfig(int resetType, Message result) { in nvResetConfig() argument 3791 + " resetType = " + resetType); in nvResetConfig() 3795 radioProxy.nvResetConfig(rr.mSerial, convertToHalResetNvType(resetType)); in nvResetConfig()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 1286 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
|
D | SimulatedCommands.java | 2026 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 907 int resetType = 1; in testNvResetConfig() local 908 mRILUnderTest.nvResetConfig(resetType, obtainMessage()); in testNvResetConfig() 915 new Object[] {resetType}))); in testNvResetConfig()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 692 public void nvResetConfig(int resetType, Message response) {
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 5983 public boolean nvResetConfig(int resetType) { in nvResetConfig() argument 5987 if (resetType == 1 /*1: reload NV reset */) { in nvResetConfig() 5989 } else if (resetType == 3 /*3: factory NV reset */) { in nvResetConfig()
|