Home
last modified time | relevance | path

Searched defs:isRemoved (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/
H A DAudioPlayerStateMonitor.java61 @NonNull AudioPlaybackConfiguration config, boolean isRemoved); in onAudioPlayerActiveStateChanged()
85 final AudioPlaybackConfiguration config, final boolean isRemoved) { in sendAudioPlayerActiveStateChangedMessage()
233 final AudioPlaybackConfiguration config, final boolean isRemoved) { in sendAudioPlayerActiveStateChangedMessageLocked()
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
H A DItemDocumentation.kt61 val isRemoved: Boolean in get() constant
178 override val isRemoved constant in com.android.tools.metalava.model.ItemDocumentation.EmptyItemDocumentation
221 override val isRemoved constant in com.android.tools.metalava.model.AbstractItemDocumentation
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/nearby/
H A DNearbyMediaDevicesManager.kt60 val isRemoved = providers.remove(newProvider) in unregisterNearbyMediaDevicesProvider() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/src/internal/
H A DLockFreeLinkedList.kt74 public actual open val isRemoved: Boolean get() = next is Removed in <lambda>() constant in kotlinx.coroutines.internal.LockFreeLinkedListNode
347 override val isRemoved: Boolean get() = false in toString() constant in kotlinx.coroutines.internal.LockFreeLinkedListHead
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
H A DConcurrentLinkedList.kt142 abstract val isRemoved: Boolean in markAsClosed() constant
218 override val isRemoved get() = cleanedAndPointers.value == numberOfSlots && !isTail constant
H A DLockFreeLinkedList.common.kt10 public val isRemoved: Boolean constant in kotlinx.coroutines.internal.LockFreeLinkedListNode
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DSwipeableView.java39 boolean isRemoved(); in isRemoved() method
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
H A DDifferenceElement.java25 boolean isRemoved(); in isRemoved() method
H A DAdded.java46 public boolean isRemoved() { in isRemoved() method in Added
H A DReshuffled.java60 public boolean isRemoved() { in isRemoved() method in Reshuffled
H A DRemoved.java86 public boolean isRemoved() { in isRemoved() method in Removed
H A DKept.java101 public boolean isRemoved() { in isRemoved() method in Kept
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessListener.java52 boolean isRemoved(); in isRemoved() method
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp83 bool DIASectionContrib::isRemoved() const { in isRemoved() function in DIASectionContrib
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp83 bool DIASectionContrib::isRemoved() const { in isRemoved() function in DIASectionContrib
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
H A DLinkedList.kt23 public inline val isRemoved get() = _removed constant in kotlinx.coroutines.internal.LinkedListNode
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DAdvertiserMapTest.java147 AppAdvertiseStats isRemoved = advertiserMap.getAppAdvertiseStatsById(id); in advertisingSetAndData() local
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DDocInfo.java46 public boolean isRemoved() { in isRemoved() method in DocInfo
H A DPackageInfo.java115 public boolean isRemoved() { in isRemoved() method in PackageInfo
H A DComment.java540 public boolean isRemoved() { in isRemoved() method in Comment
/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/permission/
H A DPermission.kt134 inline val isRemoved: Boolean in <lambda>() constant in com.android.server.permission.access.permission.Permission
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/utils/
H A DDelegatingChannelHandlerContext.java65 public boolean isRemoved() { in isRemoved() method in DelegatingChannelHandlerContext
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kapt/gen/stubs/com/android/server/permission/access/permission/
DPermission.java195 public final boolean isRemoved() { in isRemoved() method in Permission
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java1812 private void updateSoftApInfo(@Nullable SoftApInfo apInfo, boolean isRemoved) { in updateSoftApInfo()
1813 Log.d(getTag(), "SoftApInfo update " + apInfo + ", isRemoved: " + isRemoved); in updateSoftApInfo() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermission.java226 public boolean isRemoved() { in isRemoved() method in Permission

12345678910>>...30