Home
last modified time | relevance | path

Searched refs:newKey (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/keystore/tests/src/android/security/
DSystemKeyStoreTest.java63 byte[] newKey = mSysKeyStore.generateNewKey(128, "AES", keyName); in testBasicAccess()
64 assertNotNull(newKey); in testBasicAccess()
66 assertEquals(newKey.length, recKey.length); in testBasicAccess()
67 for (int i = 0; i < newKey.length; i++) { in testBasicAccess()
68 assertEquals(newKey[i], recKey[i]); in testBasicAccess()
/frameworks/base/core/java/android/accounts/
DAccountAuthenticatorCache.java87 return AuthenticatorDescription.newKey(parser.getAttributeValue(null, "type")); in createFromXml()
DAuthenticatorDescription.java74 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
DAccountManagerService.java261 AuthenticatorDescription.newKey(accountType)) == null) { in validateAccountsAndPopulateCache()
925 AuthenticatorDescription.newKey(account.type)); in getAuthToken()
1051 AuthenticatorDescription.newKey(accountType)); in getAccountLabel()
1651 AuthenticatorDescription.newKey(authenticatorType)); in bindToAuthenticator()
/frameworks/base/core/java/android/content/
DSyncAdaptersCache.java89 return SyncAdapterType.newKey(authority, accountType); in createFromXml()
DSyncAdapterType.java151 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() method in SyncAdapterType
DSyncQueue.java55 SyncAdapterType.newKey(op.authority, op.account.type)); in SyncQueue()
DSyncManager.java405 SyncAdapterType syncAdapterType = SyncAdapterType.newKey(authority, account.type); in initializeSyncAdapter()
580 SyncAdapterType.newKey(authority, account.type)); in scheduleSync()
1765 SyncAdapterType.newKey(info.authority, info.account.type)); in scheduleReadyPeriodicSyncs()
1877 SyncAdapterType.newKey(op.authority, op.account.type)); in maybeStartNextSyncLocked()
2016 SyncAdapterType syncAdapterType = SyncAdapterType.newKey(op.authority, op.account.type);
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java861 Key newKey = keys[mCurrentKeyIndex]; in showPreview() local
862 newKey.onPressed(); in showPreview()
865 newKey.codes[0]); in showPreview()
/frameworks/base/api/
Dcurrent.txt2138 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String);
5828 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
D14.txt2138 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String);
5828 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);