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