Home
last modified time | relevance | path

Searched refs:MutableSet (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/
DHostStubGenOptions.kt79 var stubAnnotations: MutableSet<String> = mutableSetOf(),
80 var keepAnnotations: MutableSet<String> = mutableSetOf(),
81 var throwAnnotations: MutableSet<String> = mutableSetOf(),
82 var removeAnnotations: MutableSet<String> = mutableSetOf(),
83 var stubClassAnnotations: MutableSet<String> = mutableSetOf(),
84 var keepClassAnnotations: MutableSet<String> = mutableSetOf(),
86 var substituteAnnotations: MutableSet<String> = mutableSetOf(),
87 var nativeSubstituteAnnotations: MutableSet<String> = mutableSetOf(),
88 var classLoadHookAnnotations: MutableSet<String> = mutableSetOf(),
89 var keepStaticInitializerAnnotations: MutableSet<String> = mutableSetOf(),
[all …]
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/deviceentry/data/repository/
DFakeFaceWakeUpTriggersConfig.kt22 private val triggerFaceAuthOnWakeUpFrom: MutableSet<Int> = mutableSetOf()
23 private val wakeSleepReasonsToTriggerFaceAuth: MutableSet<WakeSleepReason> = mutableSetOf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowState.kt52 @JvmField var componentsForcingTopUi: MutableSet<String> = mutableSetOf(),
53 @JvmField var forceOpenTokens: MutableSet<Any> = mutableSetOf(),
138 componentsForcingTopUi: MutableSet<String>, in insert()
139 forceOpenTokens: MutableSet<Any>, in insert()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/
DFakeSharedPreferences.kt43 override fun getStringSet(key: String, defValues: MutableSet<String>?): MutableSet<String>? { in <lambda>()
100 values: MutableSet<String>? in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaHostStatesManager.kt33 private val callbacks: MutableSet<Callback> = mutableSetOf()
34 private val controllers: MutableSet<MediaViewController> = mutableSetOf()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/autofill/
DCredentialAutofillService.kt121 val uniqueAutofillIdsForRequest: MutableSet<AutofillId> = mutableSetOf() in <lambda>()
204 uniqueAutofillIdsForRequest: MutableSet<AutofillId> in <lambda>()
704 uniqueAutofillIdsForRequest: MutableSet<AutofillId> in <lambda>()
731 uniqueAutofillIdsForRequest: MutableSet<AutofillId> in <lambda>()
733 val traversedViewNodes: MutableSet<AutofillId> = mutableSetOf() in <lambda>()
750 traversedViewNodes: MutableSet<AutofillId>, in <lambda>()
752 uniqueAutofillIdsForRequest: MutableSet<AutofillId> in <lambda>()
782 traversedViewNodes: MutableSet<AutofillId>, in <lambda>()
784 uniqueAutofillIdsForRequest: MutableSet<AutofillId> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaSessionBasedFilter.kt52 private val listeners: MutableSet<MediaDataManager.Listener> = mutableSetOf() in <lambda>()
61 private val keyedTokens: MutableMap<String, MutableSet<TokenId>> = mutableMapOf() in <lambda>()
64 private val tokensWithNotifications: MutableSet<TokenId> = mutableSetOf() in <lambda>()
DMediaDataCombineLatest.kt28 private val listeners: MutableSet<MediaDataManager.Listener> = mutableSetOf()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorControllerTest.kt106 val ongoing: MutableSet<Int> = mutableSetOf()
107 val finished: MutableSet<Int> = mutableSetOf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DViewGroupFadeHelper.kt88 shouldInclude: (View) -> Boolean): MutableSet<View> { in <lambda>()
115 as MutableSet<View>? in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/flags/
DFakeFeatureFlags.kt39 private val flagListeners = mutableMapOf<String, MutableSet<FlagListenable.Listener>>() in <lambda>()
40 private val listenerflagNames = mutableMapOf<FlagListenable.Listener, MutableSet<String>>() in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/kosmos/src/com/android/systemui/kosmos/
DKosmos.kt82 val gotten: MutableSet<String> = mutableSetOf() in Kosmos()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DDismissibilityCoordinator.kt56 markedKeys: MutableSet<String>, in <lambda>()
DKeyguardCoordinator.kt167 notificationsSeenWhileLocked: MutableSet<NotificationEntry>, in <lambda>()
192 notificationsSeenWhileLocked: MutableSet<NotificationEntry> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowStateController.kt51 private val listeners: MutableSet<StatusBarWindowStateListener> = HashSet()
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
DRemoteUnfoldTransitionReceiver.kt42 private val listeners: MutableSet<TransitionProgressListener> = mutableSetOf()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/broadcast/
DFakeBroadcastDispatcher.kt64 private val receivers: MutableSet<InternalReceiver> = ConcurrentHashMap.newKeySet()
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/filters/
DLockscreenTargetFilter.kt45 private var listeners: MutableSet<SmartspaceTargetFilter.Listener> = mutableSetOf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardBlueprintViewModel.kt79 fun updateTransitions(data: TransitionData?, mutate: MutableSet<Transition>.() -> Unit) { in updateTransitions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/
DUserBroadcastDispatcher.kt78 private val receiverToActions = ArrayMap<BroadcastReceiver, MutableSet<String>>() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DWalletContextualSuggestionsController.kt58 private val cardsReceivedCallbacks: MutableSet<(List<WalletCard>) -> Unit> = mutableSetOf() in <lambda>()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/
DFlagManager.kt62 private val listeners: MutableSet<PerFlagListener> = mutableSetOf() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DMediaCarouselViewModel.kt97 private var modelsPendingRemoval: MutableSet<MediaCommonModel> = mutableSetOf() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaOutputInteractor.kt140 val remoteMediaSessions: MutableSet<String> = mutableSetOf() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsProviderLifecycleManager.kt73 private val queuedServiceMethods: MutableSet<ServiceMethod> = ArraySet()

12