Searched refs:mTestMode (Results 1 – 7 of 7) sorted by relevance
80 assertFalse(list.get(0).mTestMode); in testGetCellBroadcastChannelRanges()90 assertFalse(list.get(1).mTestMode); in testGetCellBroadcastChannelRanges()101 assertFalse(list.get(2).mTestMode); in testGetCellBroadcastChannelRanges()112 assertTrue(list.get(3).mTestMode); in testGetCellBroadcastChannelRanges()122 assertFalse(list.get(4).mTestMode); in testGetCellBroadcastChannelRanges()132 assertFalse(list.get(5).mTestMode); in testGetCellBroadcastChannelRanges()
82 private boolean mTestMode = false; field in BatteryControllerImpl173 if (mTestMode && !intent.getBooleanExtra("testmode", false)) return; in onReceive()204 mTestMode = true; in onReceive()214 mTestMode = false; in onReceive()226 if (!mTestMode) return; in onReceive()
139 public boolean mTestMode; field in CellBroadcastChannelManager.CellBroadcastChannelRange170 mTestMode = false; in CellBroadcastChannelRange()243 mTestMode = true; in CellBroadcastChannelRange()297 + ",display=" + mDisplay + ",testMode=" + mTestMode + ",mAlwaysOn=" in toString()
293 if (range != null && range.mTestMode && !CellBroadcastReceiver.isTestingMode(mContext)) { in shouldDisplayMessage()
99 private int mTestMode = SapMessage.INVALID_VALUE; // used to set the RIL in test mode field in SapServer178 mTestMode = testMode; in setTestMode()680 if (mTestMode != SapMessage.INVALID_VALUE) { in handleMessage()683 rilTestModeReq.setTestMode(mTestMode); in handleMessage()685 mTestMode = SapMessage.INVALID_VALUE; in handleMessage()
187 private int mTestMode = INVALID_VALUE; field in SapMessage326 return mTestMode; in getTestMode()330 this.mTestMode = testMode; in setTestMode()
292 private boolean mTestMode; field in ConnectivityService797 mTestMode = SystemProperties.get("cm.test.mode").equals("true") in ConnectivityService()