Home
last modified time | relevance | path

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

/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/parcel/
DCallMigrators.kt65 val containerType = supers.firstOrNull { it.rawType().canonicalText == container } in <lambda>()
157 val rawType = type.rawType() in getArgumentSuffix() constant
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1486 int rawType = mSpManager.getCredentialType(protectorId, userId); in getCredentialTypeInternal() local
1487 if (rawType != CREDENTIAL_TYPE_PASSWORD_OR_PIN) { in getCredentialTypeInternal()
1488 return rawType; in getCredentialTypeInternal()