Searched refs:newKey (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/keystore/tests/src/android/security/
H A DSystemKeyStoreTest.java63 byte[] newKey = mSysKeyStore.generateNewKey(128, "AES", keyName);
64 assertNotNull(newKey);
66 assertEquals(newKey.length, recKey.length);
67 for (int i = 0; i < newKey.length; i++) {
68 assertEquals(newKey[i], recKey[i]);
/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorCache.java87 return AuthenticatorDescription.newKey(parser.getAttributeValue(null, "type"));
H A DAuthenticatorDescription.java74 public static AuthenticatorDescription newKey(String type) { method in class:AuthenticatorDescription
H A DAccountManagerService.java261 AuthenticatorDescription.newKey(accountType)) == null) {
925 AuthenticatorDescription.newKey(account.type));
1051 AuthenticatorDescription.newKey(accountType));
1651 AuthenticatorDescription.newKey(authenticatorType));
/frameworks/base/core/java/android/content/
H A DSyncAdaptersCache.java89 return SyncAdapterType.newKey(authority, accountType);
H A DSyncAdapterType.java151 public static SyncAdapterType newKey(String authority, String accountType) { method in class:SyncAdapterType
H A DSyncQueue.java55 SyncAdapterType.newKey(op.authority, op.account.type));
H A DSyncManager.java411 SyncAdapterType syncAdapterType = SyncAdapterType.newKey(authority, account.type);
587 SyncAdapterType.newKey(authority, account.type));
1773 SyncAdapterType.newKey(info.authority, info.account.type));
1885 SyncAdapterType.newKey(op.authority, op.account.type));
2024 SyncAdapterType syncAdapterType = SyncAdapterType.newKey(op.authority, op.account.type);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java862 Key newKey = keys[mCurrentKeyIndex];
863 newKey.onPressed();
866 newKey.codes[0]);

Completed in 130 milliseconds