Home
last modified time | relevance | path

Searched refs:removeEntry (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGestureLibrary.java75 public void removeEntry(String entryName) { in removeEntry() method in GestureLibrary
76 mStore.removeEntry(entryName); in removeEntry()
DGestureStore.java193 public void removeEntry(String entryName) { in removeEntry() method in GestureStore
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java202 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/
DTiffIfd.h102 virtual void removeEntry(uint16_t tag);
DTiffWriter.h187 virtual void removeEntry(uint16_t tag, uint32_t ifd);
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DDynamicAnimation.java472 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/
DHeadsUpManagerPhone.java256 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/
DNotificationMediaManager.java179 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/
DMultiAccessUnitHelper.cpp434 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/
DComplicationLayoutEngine.java281 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/
DMultifileBlobCache.h129 bool removeEntry(uint32_t entryHash);
/frameworks/av/media/img_utils/src/
DTiffWriter.cpp178 void TiffWriter::removeEntry(uint16_t tag, uint32_t ifd) { in removeEntry() function in android::img_utils::TiffWriter
181 mNamedIfds[index]->removeEntry(tag); in removeEntry()
DTiffIfd.cpp59 void TiffIfd::removeEntry(uint16_t tag) { in removeEntry() function in android::img_utils::TiffIfd
/frameworks/base/tools/aapt/
DResourceTable.h437 void removeEntry(const ResTable_config& config) { in removeEntry() function
502 sp<ConfigList> removeEntry(const String16& entry);
DResourceTable.cpp3982 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/
DMediaDataProcessor.kt392 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>()
DLegacyMediaDataManagerImpl.kt424 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10266 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/
Dcurrent.txt15312 method public void removeEntry(String);
15408 method public void removeEntry(String);