Searched refs:mIsDeviceSecure (Results 1 – 1 of 1) sorted by relevance
147 private boolean mIsDeviceSecure; field in PinStorage186 mIsDeviceSecure = isDeviceSecure(); in PinStorage()187 mIsDeviceLocked = mIsDeviceSecure ? isDeviceLocked() : false; in PinStorage()201 String alias = (!mIsDeviceSecure || mIsDeviceLocked) in PinStorage()207 if (!mIsDeviceSecure || !mIsDeviceLocked) { in PinStorage()1205 pw.println(" mIsDeviceSecure=" + mIsDeviceSecure); in dump()