Searched refs:resetType (Results 1 – 9 of 9) sorted by relevance
605 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig() argument
611 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
2089 void nvResetConfig(int resetType, Message response); in nvResetConfig() argument
1808 private static int convertToHalResetNvType(int resetType) { in convertToHalResetNvType() argument1815 switch (resetType) { in convertToHalResetNvType()4312 public void nvResetConfig(int resetType, Message result) { in nvResetConfig() argument4320 + " resetType = " + resetType); in nvResetConfig()4324 radioProxy.nvResetConfig(rr.mSerial, convertToHalResetNvType(resetType)); in nvResetConfig()
692 public void nvResetConfig(int resetType, Message response) {
1297 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
1044 int resetType = 1; in testNvResetConfig() local1045 mRILUnderTest.nvResetConfig(resetType, obtainMessage()); in testNvResetConfig()1052 new Object[] {resetType}))); in testNvResetConfig()
2105 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
6494 public boolean nvResetConfig(int resetType) { in nvResetConfig() argument6498 if (resetType == 1 /*1: reload NV reset */) { in nvResetConfig()6500 } else if (resetType == 3 /*3: factory NV reset */) { in nvResetConfig()