Home
last modified time | relevance | path

Searched defs:newGroup (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/permission/utils/
H A DGrantRevokeTests.kt353 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, group) regex
379 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, group) regex
408 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, group) regex
434 val newGroup = KotlinUtils.grantBackgroundRuntimePermissions(app, group) regex
462 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, group) regex
502 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, group) regex
532 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, group) regex
570 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, group) regex
595 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, group) regex
618 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, group) regex
[all …]
/aosp12/frameworks/wilhelm/src/itf/
H A DI3DGrouping.cpp27 C3DGroup *newGroup = (C3DGroup *) group; in I3DGrouping_Set3DGroup() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
H A DRuntimePermissionsUpgradeController.kt536 val newGroup = grantBackgroundRuntimePermissions(context.application, group, regex
542 val newGroup = grantForegroundRuntimePermissions(context.application, group, regex
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
H A DAppPermissionViewModel.kt567 var newGroup = group regex
638 var newGroup = group regex
H A DGrantPermissionsViewModel.kt866 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, regex
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
H A DKotlinUtils.kt518 val newGroup = LightAppPermGroup(group.packageInfo, group.permGroupInfo, newPerms, regex
708 val newGroup = LightAppPermGroup(group.packageInfo, group.permGroupInfo, newPerms, regex
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DGroupNotificationViewHolder.java225 NotificationGroup newGroup = new NotificationGroup(); in bind() local
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DPreprocessingManager.java563 NotificationGroup newGroup = new NotificationGroup(); in additionalGroupAndRank() local
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java1794 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlag() local
1816 final NotificationRecord newGroup = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_NoClearFlag() local
1876 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag() local
1899 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter() local
1923 final NotificationRecord newGroup = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_ForegroundServiceFlag() local
2025 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlagWithParameter() local
2092 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_OnGoingFlag() local
2115 final NotificationRecord newGroup = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_OnGoingFlagWithParameter() local
2139 final NotificationRecord newGroup = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_OnGoingFlag() local
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp69 VectorDrawable::Group* newGroup = new VectorDrawable::Group(); in createEmptyGroup() local
75 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup); in createGroup() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java410 MessagingGroup newGroup = null; in createGroupViews() local
H A DConversationLayout.java861 MessagingGroup newGroup = null; in createGroupViews() local
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplayMapper.java583 DisplayGroup newGroup = getDisplayGroupLocked(groupId); in assignDisplayGroupLocked() local