Searched defs:newKey (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java74 public static AuthenticatorDescription newKey(String type) { method in class:AuthenticatorDescription
/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java167 public static SyncAdapterType newKey(String authority, String accountType) { method in class:SyncAdapterType
/frameworks/base/cmds/statsd/src/condition/
H A DSimpleConditionTracker.cpp153 bool SimpleConditionTracker::hitGuardRail(const HashableDimensionKey& newKey) { argument
154 if (!mSliced || mSlicedConditionState.find(newKey) != mSlicedConditionState.end()) {
165 (long long)mConditionId, newKey.toString().c_str());
H A DStateTracker.cpp98 bool StateTracker::hitGuardRail(const HashableDimensionKey& newKey) { argument
99 if (mSlicedState.find(newKey) != mSlicedState.end()) {
110 (long long)mConditionId, newKey.toString().c_str());
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
H A DMaxDurationTracker.cpp62 bool MaxDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { argument
64 if (mInfos.find(newKey) != mInfos.end()) {
75 (long long)mTrackerId, newKey.toString().c_str());
H A DOringDurationTracker.cpp52 bool OringDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { argument
55 if (mConditionKeyMap.find(newKey) != mConditionKeyMap.end()) {
64 (long long)mTrackerId, newKey.toString().c_str());
/frameworks/base/cmds/statsd/src/metrics/
H A DCountMetricProducer.cpp244 bool CountMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { argument
245 if (mCurrentSlicedCounter->find(newKey) != mCurrentSlicedCounter->end()) {
256 (long long)mMetricId, newKey.toString().c_str());
H A DDurationMetricProducer.cpp617 bool DurationMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { argument
618 auto whatIt = mCurrentSlicedDurationTrackerMap.find(newKey.getDimensionKeyInWhat());
620 auto condIt = whatIt->second.find(newKey.getDimensionKeyInCondition());
631 (long long)mMetricId, newKey.getDimensionKeyInCondition().toString().c_str());
644 (long long)mMetricId, newKey.getDimensionKeyInWhat().toString().c_str());
H A DGaugeMetricProducer.cpp393 bool GaugeMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { argument
394 if (mCurrentSlicedBucket->find(newKey) != mCurrentSlicedBucket->end()) {
404 (long long)mMetricId, newKey.toString().c_str());
H A DValueMetricProducer.cpp342 bool ValueMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { argument
345 if (mCurrentSlicedBucket.find(newKey) != mCurrentSlicedBucket.end()) {
354 (long long)mMetricId, newKey.toString().c_str());
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp415 bool newKey = memcmp(mKeyData, key->data(), AES_BLOCK_SIZE) != 0; local
417 bool newSampleAesKeyItem = newKey || newInitVec;
419 mSampleAesKeyItemChanged, newSampleAesKeyItem, newKey, newInitVec);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java2528 @NonNull byte[] newKey,
2534 key = newKey;
2524 set( int newNumSubSamples, @NonNull int[] newNumBytesOfClearData, @NonNull int[] newNumBytesOfEncryptedData, @NonNull byte[] newKey, @NonNull byte[] newIV, int newMode) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 177 milliseconds