Searched refs:isAppInstalledCaCert (Results 1 – 5 of 5) sorted by relevance
111 when(mWifiEnterpriseConfig.isAppInstalledCaCert()).thenReturn(true); in testRemoveKeysForAppInstalledCerts()126 when(mWifiEnterpriseConfig.isAppInstalledCaCert()).thenReturn(false); in testRemoveKeysForMixedInstalledCerts1()141 when(mWifiEnterpriseConfig.isAppInstalledCaCert()).thenReturn(true); in testRemoveKeysForMixedInstalledCerts2()156 when(mWifiEnterpriseConfig.isAppInstalledCaCert()).thenReturn(false); in testRemoveKeysForUserInstalledCerts()168 when(mWifiEnterpriseConfig.isAppInstalledCaCert()).thenReturn(false); in testForceRemoveKeysForUserInstalledCerts()526 when(mWifiEnterpriseConfig.isAppInstalledCaCert()).thenReturn(true); in testConfirmCaCertAliasRemoved()564 when(mWifiEnterpriseConfig.isAppInstalledCaCert()).thenReturn(true); in testConfirmCaCertAliasByAppNotRemoved()604 when(mWifiEnterpriseConfig.isAppInstalledCaCert()).thenReturn(false); in testConfirmCaCertAliasNotRemoved()
489 assertFalse(mEnterpriseConfig.isAppInstalledCaCert()); in testIsAppInstalledDeviceKeyAndCert()504 assertFalse(mEnterpriseConfig.isAppInstalledCaCert()); in testIsAppInstalledDeviceKeyAndCert()512 assertFalse(mEnterpriseConfig.isAppInstalledCaCert()); in testIsAppInstalledCaCert()522 assertTrue(mEnterpriseConfig.isAppInstalledCaCert()); in testIsAppInstalledCaCert()530 assertFalse(mEnterpriseConfig.isAppInstalledCaCert()); in testIsAppInstalledCaCerts()545 assertTrue(mEnterpriseConfig.isAppInstalledCaCert()); in testIsAppInstalledCaCerts()
120 && existingConfig.isAppInstalledCaCert() && caCertificates != null) { in installKeys()241 if (forceRemove || config.isAppInstalledCaCert()) { in removeKeys()
1773 public boolean isAppInstalledCaCert() { in isAppInstalledCaCert() method in WifiEnterpriseConfig1783 public void initIsAppInstalledCaCert(boolean isAppInstalledCaCert) { in initIsAppInstalledCaCert() argument1784 mIsAppInstalledCaCert = isAppInstalledCaCert; in initIsAppInstalledCaCert()
1644 enterpriseConfig.isAppInstalledCaCert()); in writeToXml()