Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DTs43Operation.java85 public @interface TokenType { annotation in Ts43Operation
122 @TokenType
148 @TokenType int tokenType) { in Ts43Operation()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java499 @interface TokenType {} annotation in SyntheticPasswordManager
507 @TokenType int mType;
1262 public long addPendingToken(byte[] token, @TokenType int type, int userId, in addPendingToken()
1813 private byte getTokenBasedProtectorType(@TokenType int type) { in getTokenBasedProtectorType()
DLockSettingsService.java158 import com.android.server.locksettings.SyntheticPasswordManager.TokenType;
3256 private long addEscrowToken(@NonNull byte[] token, @TokenType int type, int userId,