/aosp12/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/permission/utils/ |
H A D | GrantRevokeTests.kt | 353 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 D | I3DGrouping.cpp | 27 C3DGroup *newGroup = (C3DGroup *) group; in I3DGrouping_Set3DGroup() local
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
H A D | RuntimePermissionsUpgradeController.kt | 536 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 D | AppPermissionViewModel.kt | 567 var newGroup = group regex 638 var newGroup = group regex
|
H A D | GrantPermissionsViewModel.kt | 866 val newGroup = KotlinUtils.grantForegroundRuntimePermissions(app, regex
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/ |
H A D | KotlinUtils.kt | 518 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 D | GroupNotificationViewHolder.java | 225 NotificationGroup newGroup = new NotificationGroup(); in bind() local
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | PreprocessingManager.java | 563 NotificationGroup newGroup = new NotificationGroup(); in additionalGroupAndRank() local
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 1794 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 D | android_graphics_drawable_VectorDrawable.cpp | 69 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 D | MessagingLayout.java | 410 MessagingGroup newGroup = null; in createGroupViews() local
|
H A D | ConversationLayout.java | 861 MessagingGroup newGroup = null; in createGroupViews() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | LogicalDisplayMapper.java | 583 DisplayGroup newGroup = getDisplayGroupLocked(groupId); in assignDisplayGroupLocked() local
|