OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aBundle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/crypto/
CipherFactoryTest.java
82
Bundle
aBundle
= new Bundle();
86
aBundle
.putByteArray(CipherFactory.BUNDLE_IV, sameIv);
90
aBundle
.putByteArray(CipherFactory.BUNDLE_KEY, sameKey);
94
assertTrue(CipherFactory.getInstance().restoreFromBundle(
aBundle
));
110
Bundle
aBundle
= new Bundle();
113
aBundle
.putByteArray(CipherFactory.BUNDLE_IV, aIv);
114
aBundle
.putByteArray(CipherFactory.BUNDLE_KEY, aKey);
115
assertTrue(CipherFactory.getInstance().restoreFromBundle(
aBundle
));
139
Bundle
aBundle
= new Bundle();
141
aBundle
.putByteArray(CipherFactory.BUNDLE_IV, iv)
[
all
...]
/external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar
Completed in 178 milliseconds