Searched refs:keystoreClass (Results 1 – 1 of 1) sorted by relevance
25 Class<?> keystoreClass = Class.forName("android.security.KeyStore"); in testCrash() local26 Method getInstance = keystoreClass.getMethod("getInstance"); in testCrash()27 Method put = keystoreClass.getMethod("put", in testCrash()