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

/frameworks/base/keystore/tests/src/android/security/
H A DSystemKeyStoreTest.java67 byte[] newKey = mSysKeyStore.generateNewKey(128, "AES", keyName);
68 assertNotNull(newKey);
70 assertEquals(newKey.length, recKey.length);
71 for (int i = 0; i < newKey.length; i++) {
72 assertEquals(newKey[i], recKey[i]);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java351 byte[] newKey,
357 key = newKey;
347 set( int newNumSubSamples, int[] newNumBytesOfClearData, int[] newNumBytesOfEncryptedData, byte[] newKey, byte[] newIV, int newMode) argument
/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorCache.java88 return AuthenticatorDescription.newKey(parser.getAttributeValue(null, "type"));
H A DAuthenticatorDescription.java74 public static AuthenticatorDescription newKey(String type) { method in class:AuthenticatorDescription
H A DAccountManagerService.java347 if (!knownAuth.contains(AuthenticatorDescription.newKey(accountType))) {
1080 AuthenticatorDescription.newKey(account.type), accounts.userId);
1881 AuthenticatorDescription.newKey(authenticatorType), mAccounts.userId);
/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.java63 SyncAdapterType.newKey(op.authority, op.account.type), op.userId);
H A DSyncManager.java584 SyncAdapterType.newKey(authority, account.account.type), account.userId);
1883 SyncAdapterType.newKey(info.authority, info.account.type),
2011 SyncAdapterType.newKey(op.authority, op.account.type), op.userId);
2179 SyncAdapterType syncAdapterType = SyncAdapterType.newKey(op.authority, op.account.type);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java866 Key newKey = keys[mCurrentKeyIndex];
867 newKey.onPressed();
869 final int keyCode = newKey.codes[0];

Completed in 136 milliseconds