Home
last modified time | relevance | path

Searched refs:scanTime (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DBleScanReceiver.java131 public void firstAlarm(int scanMode, int startTime, int scanTime, in firstAlarm() argument
134 mScanTime = scanTime; in firstAlarm()
256 int scanMode = -1, startTime = 0, scanTime = 0, noScanTime = 0; in onReceive() local
290 scanTime = Integer.valueOf(str); in onReceive()
306 if (scanTime == 0 || startTime == 0 || scanMode == -1) { in onReceive()
311 scanTime, noScanTime, repetitions * 2); in onReceive()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiPowerMetricsTest.java63 final long scanTime = 23; in testBuildWifiRadioUsageProto() local
66 when(wifiBatteryStats.getScanTimeMillis()).thenReturn(scanTime); in testBuildWifiRadioUsageProto()
73 scanTime, wifiRadioUsage.scanTimeMs); in testBuildWifiRadioUsageProto()