Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAuthenticatorDescription.java76 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
/frameworks/base/core/java/android/content/
DSyncAdapterType.java175 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() method in SyncAdapterType
/frameworks/base/cmds/statsd/src/condition/
DStateTracker.cpp98 bool StateTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail()
DSimpleConditionTracker.cpp149 bool SimpleConditionTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail()
/frameworks/base/core/java/android/app/
DActivityTransitionState.java126 int newKey = mExitTransitionCoordinatorsKey++; in addExitTransitionCoordinator() local
DResourcesManager.java330 final ApkKey newKey = new ApkKey(path, sharedLib, overlay); in loadApkAssets() local
980 final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir, in updateResourcesForActivity() local
DNotification.java7325 String newKey = newM.getSenderPerson() == null in areNotificationsVisiblyDifferent() local
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp52 bool OringDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail()
DMaxDurationTracker.cpp62 bool MaxDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail()
/frameworks/base/cmds/statsd/src/metrics/
DCountMetricProducer.cpp256 bool CountMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
DValueMetricProducer.cpp598 bool ValueMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
619 bool ValueMetricProducer::hitFullBucketGuardRailLocked(const MetricDimensionKey& newKey) { in hitFullBucketGuardRailLocked()
DGaugeMetricProducer.cpp440 bool GaugeMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
DDurationMetricProducer.cpp654 bool DurationMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java290 String newKey = key.substring(8); // Strip off the 'ACCOUNT:' prefix. in maybeCreateFromJobExtras() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java251 String newKey = entry.notification.getGroupKey(); in onEntryUpdated() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java889 Key newKey = keys[mCurrentKeyIndex]; in showPreview() local
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp418 bool newKey = memcmp(mKeyData, key->data(), AES_BLOCK_SIZE) != 0; in decryptBuffer() local