HomeSort by relevance Sort by last modified time
    Searched refs:createKey (Results 1 - 25 of 34) sorted by null

1 2

  /packages/apps/Calendar/src/com/android/calendar/event/
EventColorCache.java 48 mColorKeyMap.put(createKey(accountName, accountType, displayColor), colorKey);
49 String key = createKey(accountName, accountType);
62 ArrayList<Integer> colors = mColorPaletteMap.get(createKey(accountName, accountType));
77 return mColorKeyMap.get(createKey(accountName, accountType, displayColor));
96 private String createKey(String accountName, String accountType) {
103 private String createKey(String accountName, String accountType, int displayColor) {
104 return new StringBuilder(createKey(accountName, accountType))
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockSyncContentResolverDelegate.java 86 String key = createKey(account, authority);
94 String key = createKey(account, authority);
112 String key = createKey(account, authority);
141 String key = createKey(account, authority);
151 private static String createKey(Account account, String authority) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java 53 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) throws IOException
55 return createKey(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData)));
66 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException
68 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
78 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) throws IOException
PublicKeyFactory.java 61 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) throws IOException
63 return createKey(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData)));
73 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException
75 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
85 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) throws IOException
  /external/chromium_org/net/android/javatests/src/org/chromium/net/
AndroidKeyStoreTestUtil.java 52 return sKeyStore.createKey(key);
  /external/chromium_org/third_party/icu/source/common/
servls.cpp 74 ICUServiceKey* key = createKey(&locName, kind, status);
278 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const
284 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const
servloc.h 479 * createKey(Locale.toString(), kind) to create a key, calls getKey, and then
530 * Override superclass createKey method.
532 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
535 * Additional createKey that takes a kind.
537 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
serv.cpp 376 ICUServiceKey* key = createKey(&descriptor, status);
620 ICUServiceKey* fallbackKey = createKey(matchID, status);
705 ICUServiceKey* fallbackKey = createKey(&id, status);
786 ICUServiceKey* matchKey = createKey(matchID, status);
820 ICUServiceKey* key = createKey(&id, status);
924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const
serv.h 590 * createKey to create a key for the provided descriptor.</p>
600 * createKey to create a key from the provided descriptor.</p>
677 * <p>matchID is passed to createKey to create a key. If the key
746 * <p>matchID is passed to createKey to create a key. If the key
852 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
    [all...]
  /external/icu/icu4c/source/common/
servls.cpp 74 ICUServiceKey* key = createKey(&locName, kind, status);
278 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const
284 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const
servloc.h 479 * createKey(Locale.toString(), kind) to create a key, calls getKey, and then
530 * Override superclass createKey method.
532 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
535 * Additional createKey that takes a kind.
537 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
serv.cpp 376 ICUServiceKey* key = createKey(&descriptor, status);
620 ICUServiceKey* fallbackKey = createKey(matchID, status);
705 ICUServiceKey* fallbackKey = createKey(&id, status);
786 ICUServiceKey* matchKey = createKey(matchID, status);
820 ICUServiceKey* key = createKey(&id, status);
924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const
serv.h 590 * createKey to create a key for the provided descriptor.</p>
600 * createKey to create a key from the provided descriptor.</p>
677 * <p>matchID is passed to createKey to create a key. If the key
746 * <p>matchID is passed to createKey to create a key. If the key
852 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
    [all...]
  /external/chromium_org/net/android/java/src/org/chromium/net/
RemoteAndroidKeyStore.java 126 public AndroidPrivateKey createKey(String alias) {
DefaultAndroidKeyStore.java 50 public AndroidPrivateKey createKey(PrivateKey javaKey) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java 139 private PrivateKey createKey() throws Exception {
163 signer.initSign(createKey());
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClientBridge.java 109 AndroidPrivateKey key = mLocalKeyStore.createKey(privateKey);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
SSLClientCertificateRequest.java 124 return sLocalKeyStore.createKey(KeyChain.getPrivateKey(mContext, alias));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 440 void setKeyCreationMode(boolean createKey) {
441 mKeyCreationMode = createKey;
  /external/chromium_org/ui/file_manager/image_loader/
image_loader_client.js 158 var cacheKey = ImageLoaderClient.Cache.createKey(url, opt_options);
232 ImageLoaderClient.Cache.createKey = function(url, opt_options) {
request.js 138 var cacheKey = Cache.createKey(this.request_);
172 var cacheKey = Cache.createKey(this.request_);
cache.js 57 Cache.createKey = function(request) {
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 

Completed in 1161 milliseconds

1 2