Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DRemoteLockscreenValidationSession.java36 private int mLockType; field in RemoteLockscreenValidationSession
71 mInstance.mLockType = lockType; in setLockType()
110 return mLockType; in getLockType()
131 out.writeInt(mLockType); in writeToParcel()
140 mLockType = in.readInt(); in RemoteLockscreenValidationSession()