Searched refs:scanTime (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | BleScanReceiver.java | 131 public void firstAlarm(int scanMode, int startTime, int scanTime, in firstAlarm() argument 134 mScanTime = scanTime; in firstAlarm() 255 int scanMode = -1, startTime = 0, scanTime = 0, noScanTime = 0; in onReceive() local 289 scanTime = Integer.valueOf(str); in onReceive() 305 if (scanTime == 0 || startTime == 0 || scanMode == -1) { in onReceive() 310 scanTime, noScanTime, repetitions * 2); in onReceive()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiPowerMetricsTest.java | 63 final long scanTime = 23; in testBuildWifiRadioUsageProto() local 66 when(wifiBatteryStats.getScanTimeMillis()).thenReturn(scanTime); in testBuildWifiRadioUsageProto() 73 scanTime, wifiRadioUsage.scanTimeMs); in testBuildWifiRadioUsageProto()
|
/aosp12/frameworks/base/core/java/android/os/connectivity/ |
H A D | WifiActivityEnergyInfo.java | 166 long scanTime = in.readLong(); 169 txTime, rxTime, scanTime, idleTime);
|