Searched refs:newKey (Results 1 - 11 of 11) 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/ml/bordeaux/service/src/android/bordeaux/services/
H A DStringFloat.java24 public StringFloat(String newKey, float newValue) { argument
25 key = newKey;
/frameworks/base/media/java/android/media/
H A DMediaCodec.java363 byte[] newKey,
369 key = newKey;
359 set( int newNumSubSamples, int[] newNumBytesOfClearData, int[] newNumBytesOfEncryptedData, byte[] newKey, byte[] newIV, int newMode) argument
/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java74 public static AuthenticatorDescription newKey(String type) { method in class:AuthenticatorDescription
/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
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountAuthenticatorCache.java91 return AuthenticatorDescription.newKey(parser.getAttributeValue(null, "type"));
H A DAccountManagerService.java370 if (!knownAuth.contains(AuthenticatorDescription.newKey(accountType))) {
1264 AuthenticatorDescription.newKey(account.type), accounts.userId);
2190 AuthenticatorDescription.newKey(authenticatorType), mAccounts.userId);
/frameworks/base/services/java/com/android/server/content/
H A DSyncQueue.java68 SyncAdapterType.newKey(op.authority, op.account.type), op.userId);
H A DSyncManager.java506 SyncAdapterType.newKey(providerName, account.type), userId);
650 SyncAdapterType.newKey(authority, account.account.type), account.userId);
2007 SyncAdapterType.newKey(info.authority, info.account.type),
2136 SyncAdapterType.newKey(op.authority, op.account.type), op.userId);
2304 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 358 milliseconds