Home
last modified time | relevance | path

Searched defs:removeEntry (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt110 private fun removeEntry(entry: NotificationEntry) { in <lambda>() method
/frameworks/base/core/java/android/gesture/
DGestureLibrary.java75 public void removeEntry(String entryName) { in removeEntry() method in GestureLibrary
DGestureStore.java193 public void removeEntry(String entryName) { in removeEntry() method in GestureStore
/frameworks/av/media/img_utils/src/
DTiffIfd.cpp59 void TiffIfd::removeEntry(uint16_t tag) { in removeEntry() function in android::img_utils::TiffIfd
DTiffWriter.cpp178 void TiffWriter::removeEntry(uint16_t tag, uint32_t ifd) { in removeEntry() function in android::img_utils::TiffWriter
/frameworks/base/services/core/java/com/android/server/location/listeners/
DListenerMultiplexer.java359 private TRegistration removeRegistration(int index, boolean removeEntry) { in removeRegistration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java367 private void removeEntry(NotificationEntry entry) { in removeEntry() method in NotificationMediaManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaDataManager.kt428 private fun removeEntry(key: String) { in removeEntry() method
/frameworks/base/tools/aapt/
DResourceTable.h437 void removeEntry(const ResTable_config& config) { in removeEntry() function
DResourceTable.cpp3989 sp<ResourceTable::ConfigList> ResourceTable::Type::removeEntry(const String16& entry) { in removeEntry() function in ResourceTable::Type