Searched refs:SCREEN_ON (Results 1 – 1 of 1) sorted by relevance
1757 private static final int SCREEN_ON = 1; field in WifiMetrics2422 int index = (state * 2) + (screenOn ? SCREEN_ON : SCREEN_OFF); in incrementWifiSystemScanStateCount()2434 int index = state * 2 + (screenOn ? SCREEN_ON : SCREEN_OFF); in getSystemStateCount()