Searched refs:mIsDeviceSecure (Results 1 – 1 of 1) sorted by relevance
148 private boolean mIsDeviceSecure; field in PinStorage187 mIsDeviceSecure = isDeviceSecure(); in PinStorage()188 mIsDeviceLocked = mIsDeviceSecure ? isDeviceLocked() : false; in PinStorage()202 String alias = (!mIsDeviceSecure || mIsDeviceLocked) in PinStorage()208 if (!mIsDeviceSecure || !mIsDeviceLocked) { in PinStorage()1211 pw.println(" mIsDeviceSecure=" + mIsDeviceSecure); in dump()