Searched refs:mIsTrustOnFirstUseEnabled (Results 1 – 1 of 1) sorted by relevance
406 private boolean mIsTrustOnFirstUseEnabled = false; field in WifiEnterpriseConfig528 mIsTrustOnFirstUseEnabled = source.mIsTrustOnFirstUseEnabled; in copyFrom()577 dest.writeBoolean(mIsTrustOnFirstUseEnabled); in writeToParcel()630 enterpriseConfig.mIsTrustOnFirstUseEnabled = in.readBoolean();1709 sb.append(" trust_on_first_use: ").append(mIsTrustOnFirstUseEnabled).append("\n"); in toString()2009 mIsTrustOnFirstUseEnabled = enable; in enableTrustOnFirstUse()2024 return mIsTrustOnFirstUseEnabled; in isTrustOnFirstUseEnabled()