Home | History | Annotate | Download | only in certinstaller

Lines Matching defs:mBundle

64     private HashMap<String, byte[]> mBundle = new HashMap<String, byte[]>();
94 mBundle.put(key, bytes);
101 outStates.putSerializable(DATA_KEY, mBundle);
121 mBundle = (HashMap) savedStates.getSerializable(DATA_KEY);
179 return mBundle.containsKey(KeyChain.EXTRA_PKCS12);
183 return mBundle.containsKey(Credentials.EXTRA_PUBLIC_KEY)
184 && mBundle.containsKey(Credentials.EXTRA_PRIVATE_KEY);
211 return !mBundle.isEmpty();
215 return mBundle.get(key);
219 mBundle.put(KeyChain.EXTRA_PKCS12, data);