Searched refs:isAppInstalledDeviceKeyAndCert (Results 1 – 4 of 4) sorted by relevance
97 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(true); in testRemoveKeysForAppInstalledCerts()116 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(true); in testRemoveKeysForMixedInstalledCerts1()132 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(false); in testRemoveKeysForMixedInstalledCerts2()149 when(mWifiEnterpriseConfig.isAppInstalledDeviceKeyAndCert()).thenReturn(false); in testRemoveKeysForUserInstalledCerts()
431 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledDeviceKeyAndCert()446 assertTrue(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledDeviceKeyAndCert()454 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCert()464 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCert()472 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCerts()487 assertFalse(mEnterpriseConfig.isAppInstalledDeviceKeyAndCert()); in testIsAppInstalledCaCerts()
227 if (config.isAppInstalledDeviceKeyAndCert()) { in removeKeys()
1177 public boolean isAppInstalledDeviceKeyAndCert() { in isAppInstalledDeviceKeyAndCert() method in WifiEnterpriseConfig