Searched refs:purge (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/include/binder/
H A DPermissionCache.h58 void purge();
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DPduCache.java133 synchronized public PduCacheEntry purge(Uri uri) { method in class:PduCache
144 // Implicit batch of purge, return null.
165 PduCacheEntry entry = super.purge(key);
222 PduCacheEntry entry = super.purge(key);
247 PduCacheEntry entry = super.purge(key);
H A DAbstractCache.java82 public V purge(K key) { method in class:AbstractCache
84 Log.v(TAG, "Trying to purge " + key);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java141 mTimer.purge();
166 mTimer.purge();
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java145 mTimer.purge();
170 mTimer.purge();
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java145 mTimer.purge();
170 mTimer.purge();
/frameworks/native/libs/binder/
H A DPermissionCache.cpp72 void PermissionCache::purge() { function in class:android::PermissionCache
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java166 mTimer.purge();
184 mTimer.purge();
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java170 mTimer.purge();
188 mTimer.purge();
/frameworks/base/include/androidfw/
H A DAssetManager.h214 void purge(void) { purgeFileNameCacheLocked(); } function in class:android::AssetManager
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java1001 PDU_CACHE_INSTANCE.purge(uri);
1275 PDU_CACHE_INSTANCE.purge(uri);

Completed in 196 milliseconds