Searched refs:resetType (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 762 boolean nvResetConfig(int resetType); in nvResetConfig() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 601 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 609 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 848 int resetType = 1; in testNvResetConfig() local 849 mRILUnderTest.nvResetConfig(resetType, obtainMessage()); in testNvResetConfig() 856 new Object[] {resetType}))); in testNvResetConfig()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1936 void nvResetConfig(int resetType, Message response); in nvResetConfig() argument
|
D | RIL.java | 1157 private static int convertToHalResetNvType(int resetType) { in convertToHalResetNvType() argument 1164 switch (resetType) { in convertToHalResetNvType() 3298 public void nvResetConfig(int resetType, Message result) { in nvResetConfig() argument 3306 + " resetType = " + resetType); in nvResetConfig() 3310 radioProxy.nvResetConfig(rr.mSerial, convertToHalResetNvType(resetType)); in nvResetConfig()
|
D | Phone.java | 2139 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument 2140 mCi.nvResetConfig(resetType, response); in nvResetConfig()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 548 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 1296 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
|
D | SimulatedCommands.java | 2007 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 696 public void nvResetConfig(int resetType, Message response) {
|