/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | ConversationNotifications.kt | 120 .mapNotNull { view -> 156 .mapNotNull { notificationEntryManager.getActiveNotificationUnfiltered(it) } 163 ?.mapNotNull { it as? ConversationLayout } 245 .mapNotNull { (key, _) -> 259 expanded.values.asSequence().mapNotNull { it.row }.forEach(::resetBadgeUi) 273 .mapNotNull { view -> view as? ConversationLayout }
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/ |
H A D | BroadcastReceiverLiveData.kt | 76 .mapNotNull { resolveInfo -> 78 return@mapNotNull null 87 return@mapNotNull null
|
H A D | ServiceLiveData.kt | 166 .mapNotNull { resolveInfo -> 168 return@mapNotNull null 177 return@mapNotNull null
|
H A D | PermGroupUsageLiveData.kt | 45 val appops = getPlatformPermissionNamesOfGroup(permGroup).mapNotNull { permName ->
|
H A D | UserSensitivityLiveData.kt | 93 packageLiveDatas.mapNotNull { it.value.value }
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataRepository.kt | 77 return bubbles.mapNotNull { b -> 81 b.metadataShortcutId ?: return@mapNotNull null, 171 val bubbles = entities.mapNotNull { entity ->
|
/aosp12/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
H A D | DomainVerifier.kt | 67 return packageNames.mapNotNull { packageName -> 73 } ?: return@mapNotNull null 79 ?: return@mapNotNull null
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/ |
H A D | PeopleHubNotificationListener.kt | 311 ?.mapNotNull { it as? ViewGroup } 315 ?.mapNotNull { 318 ?.mapNotNull { messagesView -> 320 .mapNotNull { it as? MessagingGroup }
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/livedatatypes/ |
H A D | LightAppPermGroup.kt | 73 val backgroundPermNames = permissions.mapNotNull { it.value.backgroundPermission } 78 val foregroundPermNames get() = permissions.mapNotNull { (name, _) ->
|
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Utils.kt | 21 inline fun String.mapLines(f: String.() -> String?) = lines().mapNotNull(f).joinToString("\n") 124 cause = parse.problems.mapNotNull { it.cause.orElse(null) }.firstOrNull())
|
H A D | ClassPrinter.kt | 166 getSuppressedMembers(customBaseBuilderAst) + suppressedMembers.mapNotNull {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | SystemStatusAnimationScheduler.kt | 222 val anims: List<Animator> = listeners.mapNotNull { 235 val anims: List<Animator> = listeners.mapNotNull {
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/ |
H A D | SystemPartitionParseTest.kt | 86 .mapNotNull { it.exceptionOrNull() }
|
H A D | AndroidPackageParsingTestBase.kt | 109 apks.mapNotNull {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUnfoldTransition.kt | 106 views = ids.mapNotNull {
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
H A D | NekoControlsService.kt | 300 val sub = UglySubscription(controlKeys.mapNotNull { controls[it] }.iterator(), 316 controlKeys.mapNotNull { controls[it] }.forEach { control ->
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | PeopleHubView.kt | 46 .mapNotNull { idx ->
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
H A D | AllModel.kt | 54 get() = favoriteIds.mapNotNull { id ->
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkStatsSubscriptionsMonitor.java | 103 CollectionUtils.mapNotNull(newSubs, subId -> { in onSubscriptionsChanged()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | PrivacyDialogController.kt | 162 val items = usage.mapNotNull {
|
H A D | PrivacyItemController.kt | 266 }.mapNotNull { toPrivacyItem(it) }.distinct()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/ |
H A D | UnusedAppsViewModel.kt | 113 disableActionApps.addAll(packageList.mapNotNull { packageInfo ->
|
/aosp12/frameworks/base/tools/xmlpersistence/src/main/kotlin/ |
H A D | Parser.kt | 108 this += classDeclarations.mapNotNull { parsePersistenceInfo(it) }
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
H A D | RuntimePermissionsUpgradeController.kt | 261 for (group in permGroupProviders!!.mapNotNull { it.value }) {
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | CollectionUtils.java | 162 public static @NonNull <I, O> List<O> mapNotNull(@Nullable List<I> cur, in mapNotNull() method in CollectionUtils
|