Searched refs:mIsTestModeProfile (Results 1 – 1 of 1) sorted by relevance
56 private final boolean mIsTestModeProfile; field in VcnConfig65 mIsTestModeProfile = isTestModeProfile; in VcnConfig()85 mIsTestModeProfile = in.getBoolean(IS_TEST_MODE_PROFILE_KEY); in VcnConfig()118 return mIsTestModeProfile; in isTestModeProfile()137 result.putBoolean(IS_TEST_MODE_PROFILE_KEY, mIsTestModeProfile); in toPersistableBundle()144 return Objects.hash(mPackageName, mGatewayConnectionConfigs, mIsTestModeProfile); in hashCode()156 && mIsTestModeProfile == rhs.mIsTestModeProfile; in equals()192 private boolean mIsTestModeProfile = false; field in VcnConfig.Builder240 mIsTestModeProfile = true; in setIsTestModeProfile()251 return new VcnConfig(mPackageName, mGatewayConnectionConfigs, mIsTestModeProfile); in build()