Searched defs:removeEntry (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DGestureLibrary.java75 public void removeEntry(String entryName) { method in class:GestureLibrary
76 mStore.removeEntry(entryName);
H A DGestureStore.java193 public void removeEntry(String entryName) { method in class:GestureStore
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java247 public void removeEntry(StatusBarNotification n) { method in class:Ticker
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java224 removeEntry(key);
309 private void removeEntry(String key) { method in class:DiskBasedCache
/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp59 void TiffIfd::removeEntry(uint16_t tag) { function in class:android::img_utils::TiffIfd
H A DTiffWriter.cpp179 void TiffWriter::removeEntry(uint16_t tag, uint32_t ifd) { function in class:android::img_utils::TiffWriter
182 mNamedIfds[index]->removeEntry(tag);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3857 sp<ResourceTable::ConfigList> ResourceTable::Type::removeEntry(const String16& entry) { function in class:ResourceTable::Type
4136 attr->removeEntry(cl->getName());

Completed in 161 milliseconds