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.java257 private boolean mIsAppInstalledDeviceKeyAndCert = false; field in WifiEnterpriseConfig
303 mIsAppInstalledDeviceKeyAndCert = source.mIsAppInstalledDeviceKeyAndCert; in copyFrom()
350 dest.writeBoolean(mIsAppInstalledDeviceKeyAndCert); in writeToParcel()
373 enterpriseConfig.mIsAppInstalledDeviceKeyAndCert = in.readBoolean();
1018 mIsAppInstalledDeviceKeyAndCert = true; in setClientKeyEntryWithCertificateChain()
1378 return mIsAppInstalledDeviceKeyAndCert; in isAppInstalledDeviceKeyAndCert()
1388 mIsAppInstalledDeviceKeyAndCert = isAppInstalledDeviceKeyAndCert; in initIsAppInstalledDeviceKeyAndCert()