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