Searched refs:SW_CAMERA_LENS_COVER_BIT (Results 1 – 1 of 1) sorted by relevance
306 public static final int SW_CAMERA_LENS_COVER_BIT = 1 << SW_CAMERA_LENS_COVER; field in InputManagerService1764 if ((switchMask & SW_CAMERA_LENS_COVER_BIT) != 0) { in notifySwitch()1765 final boolean lensCovered = ((switchValues & SW_CAMERA_LENS_COVER_BIT) != 0); in notifySwitch()