/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/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BaseHeadsUpManager.java | 202 removeEntry(key, "removeNotification (isWaiting)"); in removeNotification() 210 removeEntry(key, "removeNotification (releaseImmediately)"); in removeNotification() 214 removeEntry(key, "removeNotification (canRemoveImmediately)"); in removeNotification() 271 removeEntry(key, "releaseAllImmediately (keysToRemove)"); in releaseAllImmediately() 274 removeEntry(key, "releaseAllImmediately (waitingKeysToRemove)"); in releaseAllImmediately() 400 protected final void removeEntry(@NonNull String key, String reason) { in removeEntry() method in BaseHeadsUpManager 1006 return () -> removeEntry(entry.getKey(), "createRemoveRunnable"); in createRemoveRunnable()
|
/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/core/java/com/android/internal/dynamicanimation/animation/ |
D | DynamicAnimation.java | 472 removeEntry(mEndListeners, listener); in removeEndListener() 508 removeEntry(mUpdateListeners, listener); in removeUpdateListener() 574 private static <T> void removeEntry(ArrayList<T> list, T entry) { in removeEntry() method in DynamicAnimation
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpManagerPhone.java | 256 removeEntry(entry.getKey(), "onExpandingFinished"); in onExpandingFinished() 388 removeEntry(entry.getKey(), "mOnReorderingAllowedListener"); 579 removeEntry(entry.getKey(), "createRemoveRunnable"); in createRemoveRunnable() 669 removeEntry(key, "mStatusBarStateListener");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationMediaManager.java | 179 removeEntry(entry); in setupNotifPipeline() 184 removeEntry(entry); in setupNotifPipeline() 230 private void removeEntry(NotificationEntry entry) { in removeEntry() method in NotificationMediaManager
|
/frameworks/av/media/codec2/hal/common/ |
D | MultiAccessUnitHelper.cpp | 434 bool removeEntry = work->worklets.empty() in gather() local 453 if (removeEntry) { in gather() 455 removeEntry = false; in gather() 471 removeEntry = false; in gather() 490 removeEntry = false; in gather() 492 if (removeEntry) { in gather()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/ |
D | ComplicationLayoutEngine.java | 281 mParent.removeEntry(this); in remove() 363 void removeEntry(ViewEntry entry); in removeEntry() method 525 public void removeEntry(ViewEntry entry) { in removeEntry() method in ComplicationLayoutEngine.DirectionGroup
|
/frameworks/native/opengl/libs/EGL/ |
D | MultifileBlobCache.h | 129 bool removeEntry(uint32_t entryHash);
|
/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/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 | 3982 sp<ResourceTable::ConfigList> ResourceTable::Type::removeEntry(const String16& entry) { in removeEntry() function in ResourceTable::Type 4258 attr->removeEntry(cl->getName()); in movePrivateAttrs() 4798 cl->removeEntry(config); in versionForCompat()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDataProcessor.kt | 392 toRemove.forEach { removeEntry(it.key) } in <lambda>() 585 private fun removeEntry(key: String, logEvent: Boolean = true, userInitiated: Boolean = false) { in <lambda>() method in com.android.systemui.media.controls.domain.pipeline.MediaDataProcessor 608 { removeEntry(key, userInitiated = userInitiated) }, in <lambda>()
|
D | LegacyMediaDataManagerImpl.kt | 424 toRemove.forEach { removeEntry(it.key) } in removeAllForPackage() 630 private fun removeEntry(key: String, logEvent: Boolean = true, userInitiated: Boolean = false) { in removeEntry() method 653 { removeEntry(key = key, userInitiated = userInitiated) }, in dismissMediaData()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/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 | 15312 method public void removeEntry(String); 15408 method public void removeEntry(String);
|