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