Home
last modified time | relevance | path

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

/frameworks/base/keystore/tests/src/android/security/
DSystemKeyStoreTest.java67 byte[] newKey = mSysKeyStore.generateNewKey(128, "AES", keyName); in testBasicAccess()
68 assertNotNull(newKey); in testBasicAccess()
70 assertEquals(newKey.length, recKey.length); in testBasicAccess()
71 for (int i = 0; i < newKey.length; i++) { in testBasicAccess()
72 assertEquals(newKey[i], recKey[i]); in testBasicAccess()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DStringFloat.java24 public StringFloat(String newKey, float newValue) { in StringFloat() argument
25 key = newKey; in StringFloat()
/frameworks/base/core/java/android/app/
DActivityTransitionState.java125 int newKey = mExitTransitionCoordinatorsKey++; in addExitTransitionCoordinator() local
126 mExitTransitionCoordinators.append(newKey, ref); in addExitTransitionCoordinator()
127 return newKey; in addExitTransitionCoordinator()
DResourcesManager.java735 final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir, in updateResourcesForActivity() local
742 + " to newKey=" + newKey); in updateResourcesForActivity()
745 ResourcesImpl resourcesImpl = findResourcesImplForKeyLocked(newKey); in updateResourcesForActivity()
747 resourcesImpl = createResourcesImpl(newKey); in updateResourcesForActivity()
748 mResourceImpls.put(newKey, new WeakReference<>(resourcesImpl)); in updateResourcesForActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java202 String newKey = entry.notification.getGroupKey(); in onEntryUpdated() local
203 if (!oldKey.equals(newKey)) { in onEntryUpdated()
205 updateSuppression(mGroupMap.get(newKey)); in onEntryUpdated()
/frameworks/base/core/java/android/accounts/
DAuthenticatorDescription.java74 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountAuthenticatorCache.java91 return AuthenticatorDescription.newKey(parser.getAttributeValue(null, "type")); in createFromXml()
DAccountManagerService.java2170 AuthenticatorDescription.newKey(account.type), accounts.userId); in getAuthToken()
4102 AuthenticatorDescription.newKey(authenticatorType), mAccounts.userId); in bindToAuthenticator()
/frameworks/base/core/java/android/content/
DSyncAdapterType.java151 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() method in SyncAdapterType
DSyncAdaptersCache.java151 return SyncAdapterType.newKey(authority, accountType); in createFromXml()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java275 String newKey = key.substring(8); // Strip off the 'ACCOUNT:' prefix. in maybeCreateFromJobExtras() local
279 extras.putParcelable(newKey, account); in maybeCreateFromJobExtras()
DSyncManager.java668 SyncAdapterType.newKey(providerName, account.type), userId); in getIsSyncable()
818 SyncAdapterType.newKey(authority, account.account.type), account.userId); in scheduleSync()
2656 SyncAdapterType.newKey( in updateOrAddPeriodicSyncH()
2781 SyncAdapterType.newKey(info.provider, info.account.type); in dispatchSyncOperation()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java879 Key newKey = keys[mCurrentKeyIndex]; in showPreview() local
880 newKey.onPressed(); in showPreview()
882 final int keyCode = newKey.codes[0]; in showPreview()
/frameworks/base/media/java/android/media/
DMediaCodec.java2402 @NonNull byte[] newKey,
2408 key = newKey;
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2780 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String);
8166 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
/frameworks/base/api/
Dcurrent.txt2923 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String);
9128 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
Dtest-current.txt2923 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String);
9137 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
Dsystem-current.txt3048 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String);
9470 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);