Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java289 public static final int SW_CAMERA_LENS_COVER_BIT = 1 << SW_CAMERA_LENS_COVER; field in InputManagerService
1809 if ((switchMask & SW_CAMERA_LENS_COVER_BIT) != 0) { in notifySwitch()
1810 final boolean lensCovered = ((switchValues & SW_CAMERA_LENS_COVER_BIT) != 0); in notifySwitch()