Home
last modified time | relevance | path

Searched refs:mIsDeviceSecure (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPinStorage.java147 private boolean mIsDeviceSecure; field in PinStorage
186 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()