Searched defs:purge (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/
H A DCacheItem.cpp69 int CacheItem::purge() { function in class:android::installd::CacheItem
/frameworks/native/libs/binder/
H A DPermissionCache.cpp72 void PermissionCache::purge() { function in class:android::PermissionCache
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DAbstractCache.java82 public V purge(K key) { method in class:AbstractCache
84 Log.v(TAG, "Trying to purge " + key);
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);

Completed in 116 milliseconds