Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java403 private boolean mIsAppInstalledDeviceKeyAndCert = false; field in WifiEnterpriseConfig
525 mIsAppInstalledDeviceKeyAndCert = source.mIsAppInstalledDeviceKeyAndCert; in copyFrom()
574 dest.writeBoolean(mIsAppInstalledDeviceKeyAndCert); in writeToParcel()
627 enterpriseConfig.mIsAppInstalledDeviceKeyAndCert = in.readBoolean();
1340 mIsAppInstalledDeviceKeyAndCert = true; in setClientKeyEntryWithCertificateChain()
1751 return mIsAppInstalledDeviceKeyAndCert; in isAppInstalledDeviceKeyAndCert()
1761 mIsAppInstalledDeviceKeyAndCert = isAppInstalledDeviceKeyAndCert; in initIsAppInstalledDeviceKeyAndCert()