Searched refs:mLockType (Results 1 – 2 of 2) sorted by relevance
36 private int mLockType; field in RemoteLockscreenValidationSession71 mInstance.mLockType = lockType; in setLockType()110 return mLockType; in getLockType()131 out.writeInt(mLockType); in writeToParcel()140 mLockType = in.readInt(); in RemoteLockscreenValidationSession()
363 private int mLockType; field in InitialLockSetupClient.ValidateLockAsyncTask373 mLockType = lockType; in ValidateLockAsyncTask()387 switch (mLockType) { in doInBackground()403 return km.isValidLockPasswordComplexity(mLockType, passwords[0], complexity) in doInBackground()414 int output = initialLockSetupService.checkValidLock(mLockType, passwords[0]); in doInBackground()441 private int mLockType; field in InitialLockSetupClient.SaveLockAsyncTask451 mLockType = lockType; in SaveLockAsyncTask()465 switch (mLockType) { in doInBackground()481 return km.setLock(mLockType, passwords[0], complexity) in doInBackground()492 int output = initialLockSetupService.setLock(mLockType, passwords[0]); in doInBackground()