Searched refs:RemoteLockscreenValidationSession (Results 1 – 10 of 10) sorted by relevance
33 public final class RemoteLockscreenValidationSession implements Parcelable { class43 Parcelable.Creator<RemoteLockscreenValidationSession>() {45 public RemoteLockscreenValidationSession createFromParcel(Parcel source) {46 return new RemoteLockscreenValidationSession(source);50 public RemoteLockscreenValidationSession[] newArray(int size) {51 return new RemoteLockscreenValidationSession[size];60 private RemoteLockscreenValidationSession mInstance =61 new RemoteLockscreenValidationSession();100 public @NonNull RemoteLockscreenValidationSession build() { in build()136 private RemoteLockscreenValidationSession() { in RemoteLockscreenValidationSession() method in RemoteLockscreenValidationSession[all …]
20 parcelable RemoteLockscreenValidationSession;
406 @NonNull RemoteLockscreenValidationSession session, in createConfirmDeviceCredentialForRemoteValidationIntent()1186 public RemoteLockscreenValidationSession startRemoteLockscreenValidation() { in startRemoteLockscreenValidation()
216 RemoteLockscreenValidationSession remoteLockscreenValidationSession = in createConfirmDeviceCredentialForRemoteValidationIntent()217 new RemoteLockscreenValidationSession.Builder() in createConfirmDeviceCredentialForRemoteValidationIntent()240 RemoteLockscreenValidationSession.class)); in createConfirmDeviceCredentialForRemoteValidationIntent()
21 import android.app.RemoteLockscreenValidationSession;100 RemoteLockscreenValidationSession startRemoteLockscreenValidation(); in startRemoteLockscreenValidation()
32 import android.app.RemoteLockscreenValidationSession;1983 public RemoteLockscreenValidationSession startRemoteLockscreenValidation() { in startRemoteLockscreenValidation()
44 import android.app.RemoteLockscreenValidationSession;1344 RemoteLockscreenValidationSession request = in startRemoteLockscreenValidation_returnsCredentailsType()1357 RemoteLockscreenValidationSession request = in startRemoteLockscreenValidation_returnsRemainingAttempts()1369 RemoteLockscreenValidationSession request = in startRemoteLockscreenValidation_password()1471 RemoteLockscreenValidationSession request = in encryptCredentialsForNewSession()
34 import android.app.RemoteLockscreenValidationSession;1002 public RemoteLockscreenValidationSession startRemoteLockscreenValidation( in startRemoteLockscreenValidation()1024 return new RemoteLockscreenValidationSession.Builder() in startRemoteLockscreenValidation()
63 import android.app.RemoteLockscreenValidationSession;2591 public RemoteLockscreenValidationSession startRemoteLockscreenValidation() { in startRemoteLockscreenValidation()
925 …iceCredentialForRemoteValidationIntent(@NonNull android.app.RemoteLockscreenValidationSession, @No…937 …fest.permission.CHECK_REMOTE_LOCKSCREEN) public android.app.RemoteLockscreenValidationSession star…1032 public final class RemoteLockscreenValidationSession implements android.os.Parcelable {1038 …blic static final android.os.Parcelable.Creator<android.app.RemoteLockscreenValidationSession> CRE…1041 public static final class RemoteLockscreenValidationSession.Builder {1042 ctor public RemoteLockscreenValidationSession.Builder();1043 method @NonNull public android.app.RemoteLockscreenValidationSession build();1044 method @NonNull public android.app.RemoteLockscreenValidationSession.Builder setLockType(int);1045 …method @NonNull public android.app.RemoteLockscreenValidationSession.Builder setRemainingAttempts(…1046 …method @NonNull public android.app.RemoteLockscreenValidationSession.Builder setSourcePublicKey(@N…