Home
last modified time | relevance | path

Searched refs:isCacheable (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DLayerCache.cpp157 if (!layer->isCacheable()) return false; in put()
DLayer.h157 inline bool isCacheable() { in isCacheable() function
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java888 if (!skipCache && isCacheable(type)) { in acquirePreparedStatement()
1023 private static boolean isCacheable(int statementType) { in isCacheable() method in SQLiteConnection