/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/ |
D | HostStubGenOptions.kt | 79 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/ |
D | FakeFaceWakeUpTriggersConfig.kt | 22 private val triggerFaceAuthOnWakeUpFrom: MutableSet<Int> = mutableSetOf() 23 private val wakeSleepReasonsToTriggerFaceAuth: MutableSet<WakeSleepReason> = mutableSetOf()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowState.kt | 52 @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/ |
D | FakeSharedPreferences.kt | 43 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/ |
D | MediaHostStatesManager.kt | 33 private val callbacks: MutableSet<Callback> = mutableSetOf() 34 private val controllers: MutableSet<MediaViewController> = mutableSetOf()
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/autofill/ |
D | CredentialAutofillService.kt | 121 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/ |
D | MediaSessionBasedFilter.kt | 52 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>()
|
D | MediaDataCombineLatest.kt | 28 private val listeners: MutableSet<MediaDataManager.Listener> = mutableSetOf()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | GhostedViewTransitionAnimatorControllerTest.kt | 106 val ongoing: MutableSet<Int> = mutableSetOf() 107 val finished: MutableSet<Int> = mutableSetOf()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ViewGroupFadeHelper.kt | 88 shouldInclude: (View) -> Boolean): MutableSet<View> { in <lambda>() 115 as MutableSet<View>? in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/flags/ |
D | FakeFeatureFlags.kt | 39 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/ |
D | Kosmos.kt | 82 val gotten: MutableSet<String> = mutableSetOf() in Kosmos()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | DismissibilityCoordinator.kt | 56 markedKeys: MutableSet<String>, in <lambda>()
|
D | KeyguardCoordinator.kt | 167 notificationsSeenWhileLocked: MutableSet<NotificationEntry>, in <lambda>() 192 notificationsSeenWhileLocked: MutableSet<NotificationEntry> in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/ |
D | StatusBarWindowStateController.kt | 51 private val listeners: MutableSet<StatusBarWindowStateListener> = HashSet()
|
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/ |
D | RemoteUnfoldTransitionReceiver.kt | 42 private val listeners: MutableSet<TransitionProgressListener> = mutableSetOf()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/broadcast/ |
D | FakeBroadcastDispatcher.kt | 64 private val receivers: MutableSet<InternalReceiver> = ConcurrentHashMap.newKeySet()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/filters/ |
D | LockscreenTargetFilter.kt | 45 private var listeners: MutableSet<SmartspaceTargetFilter.Listener> = mutableSetOf()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardBlueprintViewModel.kt | 79 fun updateTransitions(data: TransitionData?, mutate: MutableSet<Transition>.() -> Unit) { in updateTransitions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/ |
D | UserBroadcastDispatcher.kt | 78 private val receiverToActions = ArrayMap<BroadcastReceiver, MutableSet<String>>() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/ |
D | WalletContextualSuggestionsController.kt | 58 private val cardsReceivedCallbacks: MutableSet<(List<WalletCard>) -> Unit> = mutableSetOf() in <lambda>()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/ |
D | FlagManager.kt | 62 private val listeners: MutableSet<PerFlagListener> = mutableSetOf() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/ |
D | MediaCarouselViewModel.kt | 97 private var modelsPendingRemoval: MutableSet<MediaCommonModel> = mutableSetOf() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/ |
D | MediaOutputInteractor.kt | 140 val remoteMediaSessions: MutableSet<String> = mutableSetOf() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
D | ControlsProviderLifecycleManager.kt | 73 private val queuedServiceMethods: MutableSet<ServiceMethod> = ArraySet()
|