Searched refs:isAppInstalledDeviceKeyAndCert (Results 1 – 5 of 5) sorted by relevance
451 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledDeviceKeyAndCert()466 assertTrue(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledDeviceKeyAndCert()474 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCert()484 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCert()492 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCerts()507 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCerts()
109 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(true); in testRemoveKeysForAppInstalledCerts()124 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(true); in testRemoveKeysForMixedInstalledCerts1()139 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(false); in testRemoveKeysForMixedInstalledCerts2()154 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(false); in testRemoveKeysForUserInstalledCerts()553 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(true); in testConfirmClientCertAliasRemoved()592 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(false); in testConfirmClientCertAliasNotRemoved()
139 if (existingConfig != null && existingConfig.isAppInstalledDeviceKeyAndCert()) { in installKeys()221 if (config.isAppInstalledDeviceKeyAndCert()) { in removeKeys()
1377 public boolean isAppInstalledDeviceKeyAndCert() { in isAppInstalledDeviceKeyAndCert() method in WifiEnterpriseConfig1387 public void initIsAppInstalledDeviceKeyAndCert(boolean isAppInstalledDeviceKeyAndCert) { in initIsAppInstalledDeviceKeyAndCert() argument1388 mIsAppInstalledDeviceKeyAndCert = isAppInstalledDeviceKeyAndCert; in initIsAppInstalledDeviceKeyAndCert()
1352 enterpriseConfig.isAppInstalledDeviceKeyAndCert()); in writeToXml()