Searched refs:ACTION_DEVICE_IDLE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWifiService.java147 private static final String ACTION_DEVICE_IDLE = field in class:WifiService
379 Intent idleIntent = new Intent(ACTION_DEVICE_IDLE, null);
1044 if (DBG) Slog.d(TAG, "setting ACTION_DEVICE_IDLE: " + idleMillis + " ms");
1051 } else if (action.equals(ACTION_DEVICE_IDLE)) {
1069 Slog.d(TAG, "setting ACTION_DEVICE_IDLE timer for " + idleMillis + "ms");
1192 intentFilter.addAction(ACTION_DEVICE_IDLE);

Completed in 276 milliseconds