/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ForegroundServiceSectionController.kt | 62 removeEntry(entry) in <lambda>() 102 removeEntry(entry) in <lambda>() 110 private fun removeEntry(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.stack.ForegroundServiceSectionController 152 removeEntry(child.entry!!) in <lambda>()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureLibrary.java | 75 public void removeEntry(String entryName) { in removeEntry() method in GestureLibrary 76 mStore.removeEntry(entryName); in removeEntry()
|
D | GestureStore.java | 193 public void removeEntry(String entryName) { in removeEntry() method in GestureStore
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | TiffIfd.h | 102 virtual void removeEntry(uint16_t tag);
|
D | TiffWriter.h | 187 virtual void removeEntry(uint16_t tag, uint32_t ifd);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationMediaManager.java | 236 removeEntry(entry); in setupNotifPipeline() 241 removeEntry(entry); in setupNotifPipeline() 305 removeEntry(entry); in setupNEM() 315 removeEntry(entry); in setupNEM() 367 private void removeEntry(NotificationEntry entry) { in removeEntry() method in NotificationMediaManager
|
/frameworks/av/media/img_utils/src/ |
D | TiffWriter.cpp | 178 void TiffWriter::removeEntry(uint16_t tag, uint32_t ifd) { in removeEntry() function in android::img_utils::TiffWriter 181 mNamedIfds[index]->removeEntry(tag); in removeEntry()
|
D | TiffIfd.cpp | 59 void TiffIfd::removeEntry(uint16_t tag) { in removeEntry() function in android::img_utils::TiffIfd
|
/frameworks/base/services/core/java/com/android/server/location/listeners/ |
D | ListenerMultiplexer.java | 359 private TRegistration removeRegistration(int index, boolean removeEntry) { in removeRegistration() argument 379 if (removeEntry) { in removeRegistration()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaDataManager.kt | 288 removeEntry(it.key) in removeAllForPackage() 428 private fun removeEntry(key: String) { in removeEntry() method 448 foregroundExecutor.executeDelayed({ removeEntry(key) }, delay) in dismissMediaData()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 437 void removeEntry(const ResTable_config& config) { in removeEntry() function 502 sp<ConfigList> removeEntry(const String16& entry);
|
D | ResourceTable.cpp | 3989 sp<ResourceTable::ConfigList> ResourceTable::Type::removeEntry(const String16& entry) { in removeEntry() function in ResourceTable::Type 4265 attr->removeEntry(cl->getName()); in movePrivateAttrs() 4805 cl->removeEntry(config); in versionForCompat()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 938 writer->removeEntry(tagId, ifdFrom); in moveEntries()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10266 method public void removeEntry(java.lang.String); 10362 method public void removeEntry(java.lang.String); 45006 …method public abstract boolean removeEntry(java.security.Principal, java.security.acl.AclEntry) th…
|
/frameworks/base/core/api/ |
D | current.txt | 14525 method public void removeEntry(String); 14621 method public void removeEntry(String);
|