Home
last modified time | relevance | path

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

/packages/apps/Car/DebuggingRestrictionController/app/
Dbuild.gradle19 buildConfigField "boolean", "TOKEN_USES_SELF_SIGNED_CA", "false"
22 buildConfigField "boolean", "TOKEN_USES_SELF_SIGNED_CA", "true"
/packages/apps/Car/DebuggingRestrictionController/soong/
DBuildConfig.java22 public static final boolean TOKEN_USES_SELF_SIGNED_CA = true; field in BuildConfig
/packages/apps/Car/DebuggingRestrictionController/app/src/main/java/com/android/car/debuggingrestrictioncontroller/auth/
DTokenValidator.java64 if (!BuildConfig.TOKEN_USES_SELF_SIGNED_CA) { in parseAndVerify()