Searched refs:newKey (Results 1 – 19 of 19) sorted by relevance
67 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()
24 public StringFloat(String newKey, float newValue) { in StringFloat() argument25 key = newKey; in StringFloat()
125 int newKey = mExitTransitionCoordinatorsKey++; in addExitTransitionCoordinator() local126 mExitTransitionCoordinators.append(newKey, ref); in addExitTransitionCoordinator()127 return newKey; in addExitTransitionCoordinator()
735 final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir, in updateResourcesForActivity() local742 + " 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()
202 String newKey = entry.notification.getGroupKey(); in onEntryUpdated() local203 if (!oldKey.equals(newKey)) { in onEntryUpdated()205 updateSuppression(mGroupMap.get(newKey)); in onEntryUpdated()
74 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
91 return AuthenticatorDescription.newKey(parser.getAttributeValue(null, "type")); in createFromXml()
2170 AuthenticatorDescription.newKey(account.type), accounts.userId); in getAuthToken()4102 AuthenticatorDescription.newKey(authenticatorType), mAccounts.userId); in bindToAuthenticator()
151 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() method in SyncAdapterType
151 return SyncAdapterType.newKey(authority, accountType); in createFromXml()
275 String newKey = key.substring(8); // Strip off the 'ACCOUNT:' prefix. in maybeCreateFromJobExtras() local279 extras.putParcelable(newKey, account); in maybeCreateFromJobExtras()
668 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()
879 Key newKey = keys[mCurrentKeyIndex]; in showPreview() local880 newKey.onPressed(); in showPreview()882 final int keyCode = newKey.codes[0]; in showPreview()
2402 @NonNull byte[] newKey,2408 key = newKey;
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
2780 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String);8166 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
2923 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String);9128 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
2923 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String);9137 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
3048 method public static android.accounts.AuthenticatorDescription newKey(java.lang.String);9470 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);