Searched refs:scanTime (Results 1 – 2 of 2) sorted by relevance
131 public void firstAlarm(int scanMode, int startTime, int scanTime, in firstAlarm() argument134 mScanTime = scanTime; in firstAlarm()256 int scanMode = -1, startTime = 0, scanTime = 0, noScanTime = 0; in onReceive() local290 scanTime = Integer.valueOf(str); in onReceive()306 if (scanTime == 0 || startTime == 0 || scanMode == -1) { in onReceive()311 scanTime, noScanTime, repetitions * 2); in onReceive()
63 final long scanTime = 23; in testBuildWifiRadioUsageProto() local66 when(wifiBatteryStats.getScanTimeMillis()).thenReturn(scanTime); in testBuildWifiRadioUsageProto()73 scanTime, wifiRadioUsage.scanTimeMs); in testBuildWifiRadioUsageProto()