Searched refs:newKey (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/keystore/tests/src/android/security/ |
D | SystemKeyStoreTest.java | 63 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/ |
D | AccountAuthenticatorCache.java | 87 return AuthenticatorDescription.newKey(parser.getAttributeValue(null, "type")); in createFromXml()
|
D | AuthenticatorDescription.java | 74 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
|
D | AccountManagerService.java | 261 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/ |
D | SyncAdaptersCache.java | 89 return SyncAdapterType.newKey(authority, accountType); in createFromXml()
|
D | SyncAdapterType.java | 151 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() method in SyncAdapterType
|
D | SyncQueue.java | 55 SyncAdapterType.newKey(op.authority, op.account.type)); in SyncQueue()
|
D | SyncManager.java | 405 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/ |
D | KeyboardView.java | 861 Key newKey = keys[mCurrentKeyIndex]; in showPreview() local 862 newKey.onPressed(); in showPreview() 865 newKey.codes[0]); in showPreview()
|
/frameworks/base/api/ |
D | current.txt | 2138 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String); 5828 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
|
D | 14.txt | 2138 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String); 5828 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
|