Searched refs:isAppInstalledDeviceKeyAndCert (Results 1 – 5 of 5) sorted by relevance
110 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(true); in testRemoveKeysForAppInstalledCerts()125 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(true); in testRemoveKeysForMixedInstalledCerts1()140 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(false); in testRemoveKeysForMixedInstalledCerts2()155 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(false); in testRemoveKeysForUserInstalledCerts()167 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(false); in testForceRemoveKeysForUserInstalledCerts()642 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(true); in testConfirmClientCertAliasRemoved()681 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(false); in testConfirmClientCertAliasNotRemoved()
488 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledDeviceKeyAndCert()503 assertTrue(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledDeviceKeyAndCert()511 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCert()521 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCert()529 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCerts()544 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCerts()
144 if (existingConfig != null && existingConfig.isAppInstalledDeviceKeyAndCert()) { in installKeys()227 if (forceRemove || config.isAppInstalledDeviceKeyAndCert()) { in removeKeys()
1750 public boolean isAppInstalledDeviceKeyAndCert() { in isAppInstalledDeviceKeyAndCert() method in WifiEnterpriseConfig1760 public void initIsAppInstalledDeviceKeyAndCert(boolean isAppInstalledDeviceKeyAndCert) { in initIsAppInstalledDeviceKeyAndCert() argument1761 mIsAppInstalledDeviceKeyAndCert = isAppInstalledDeviceKeyAndCert; in initIsAppInstalledDeviceKeyAndCert()
1646 enterpriseConfig.isAppInstalledDeviceKeyAndCert()); in writeToXml()