Home
last modified time | relevance | path

Searched refs:getHitCount (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java262 public int getHitCount() { in getHitCount() method in HttpResponseCache
263 return mDelegate.getHitCount(); in getHitCount()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DPredictor.h175 size_t getHitCount(Type type) const {
177 return getHitCount(Type::Exact) + getHitCount(Type::Approximate);
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DPredictorTest.cpp397 EXPECT_EQ(kExactMatches, prediction.getHitCount(Prediction::Type::Exact)); in TEST_F()
398 EXPECT_EQ(kApproximateMatches, prediction.getHitCount(Prediction::Type::Approximate)); in TEST_F()
399 EXPECT_EQ(kExactMatches + kApproximateMatches, prediction.getHitCount(Prediction::Type::Total)); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DPredictor.cpp464 prediction.getHitCount(Prediction::Type::Total) + in dumpPredictionsByFrequency()
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt144 Lcom/android/okhttp/AndroidShimResponseCache;->getHitCount()I
195 Lcom/android/okhttp/Cache;->getHitCount()I
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt26831 method public int getHitCount();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt17512 method public int getHitCount();