Searched refs:isCacheable (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessageCache.java86 if (!isCacheable(opcode)) {
99 private boolean isCacheable(int opcode) { method in class:HdmiCecMessageCache
/frameworks/base/libs/hwui/
H A DLayerCache.cpp131 if (!layer->isCacheable()) return false;
H A DLayer.h231 inline bool isCacheable() const { function in class:android::uirenderer::Layer
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java895 if (!skipCache && isCacheable(type)) {
1030 private static boolean isCacheable(int statementType) { method in class:SQLiteConnection

Completed in 320 milliseconds