Home | History | Annotate | Download | only in certinstaller

Lines Matching defs:mBundle

64     private HashMap<String, byte[]> mBundle = new HashMap<String, byte[]>();
90 mBundle.put(key, bytes);
97 outStates.putSerializable(DATA_KEY, mBundle);
117 mBundle = (HashMap) savedStates.getSerializable(DATA_KEY);
175 return mBundle.containsKey(KeyChain.EXTRA_PKCS12);
179 return mBundle.containsKey(Credentials.EXTRA_PUBLIC_KEY)
180 && mBundle.containsKey(Credentials.EXTRA_PRIVATE_KEY);
207 return !mBundle.isEmpty();
211 return mBundle.get(key);
215 mBundle.put(KeyChain.EXTRA_PKCS12, data);