Searched refs:LIGHTS_OUT_DELAY_MS (Results 1 – 1 of 1) sorted by relevance
278 private static final int LIGHTS_OUT_DELAY_MS = 4000; field in CameraActivity2094 mMainHandler.postDelayed(mLightsOutRunnable, LIGHTS_OUT_DELAY_MS); in resume()