/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingMessage.java | 100 getGroup().removeMessage(this); in removeMessage() 111 default MessagingGroup getGroup() { in getGroup() method 112 return getState().getGroup(); in getGroup() 127 getGroup().performRemoveAnimation(getView(), () -> setIsHidingAnimated(false)); in hideAnimated()
|
H A D | MessagingMessageState.java | 50 public MessagingGroup getGroup() { in getGroup() method in MessagingMessageState
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | StatusBarNotification.java | 154 final String group = getNotification().getGroup(); in groupKey() 180 if (getNotification().getGroup() != null || getNotification().getSortKey() != null) { in isAppGroup() 387 public String getGroup() { in getGroup() method in StatusBarNotification 391 return getNotification().getGroup(); in getGroup() 498 return shortenTag(getGroup()); in getGroupLogTag()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/ |
H A D | PermissionDetailsFragment.java | 223 if (getGroup(mFilterGroup) == null) { in onPermissionUsagesChanged() 322 if (!groupUsage.getGroup().getName().equals(mFilterGroup) in updateUI() 328 groupUsage.getGroup()); in updateUI() 466 groupUsage.getGroup().getName().equals(mFilterGroup)).map( in updateUI() 553 private @Nullable AppPermissionGroup getGroup(@NonNull String groupName) { in getGroup() method in PermissionDetailsFragment 581 if (Utils.isModernPermissionGroup(groupUsage.getGroup().getName())) { in getOSPermissionGroups() 582 if (seenGroups.add(groupUsage.getGroup().getName())) { in getOSPermissionGroups() 583 groups.add(groupUsage.getGroup()); in getOSPermissionGroups()
|
H A D | PermissionUsageV2Fragment.java | 430 String groupName = groupUsage.getGroup().getName(); in extractPermissionUsage() 435 + groupUsage.getGroup().getName()); in extractPermissionUsage() 443 groupUsage.getGroup()); in extractPermissionUsage() 547 if (Utils.isModernPermissionGroup(groupUsage.getGroup().getName())) { in getOSPermissionGroups() 548 if (seenGroups.add(groupUsage.getGroup().getName())) { in getOSPermissionGroups() 549 groups.add(groupUsage.getGroup()); in getOSPermissionGroups()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | VCardDetailAdapter.java | 75 public Object getGroup(final int groupPosition) { in getGroup() method in VCardDetailAdapter 99 final VCardResourceEntry item = (VCardResourceEntry) getGroup(groupPosition); in getGroupView()
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/ |
H A D | BenchmarkListAdapter.java | 56 public Object getGroup(int groupPosition) { in getGroup() method in BenchmarkListAdapter 88 BenchmarkGroup group = (BenchmarkGroup) getGroup(groupPosition); in getGroupView()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/ |
H A D | AppPermissionUsage.java | 346 public @NonNull AppPermissionGroup getGroup() { in getGroup() method in AppPermissionUsage.GroupUsage 383 getAttributionTagToLabelMap(getGroup().getApp().attributions); in getAttributionLabelledGroupUsages() 407 new AttributionLabelledGroupUsage.Builder(label, getGroup())); in getAttributionLabelledGroupUsages() 466 public AppPermissionGroup getGroup() { in getGroup() method in AppPermissionUsage.GroupUsage.AttributionLabelledGroupUsage 568 AppPermissionGroup getGroup();
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/ |
H A D | NotificationThrottler.java | 66 String groupKey = notification.getGroup(); in throttle() 135 return TextUtils.equals(groupKey, notification.getNotification().getGroup()); in isNotificationInGroup()
|
H A D | DialerNotificationManager.java | 111 return notification.getNotification().getGroup(); in findGroupKey() 123 if (TextUtils.equals(groupKey, notification.getNotification().getGroup())) { in getGroupSummaryAndCount()
|
H A D | NotificationManagerUtils.java | 34 if (TextUtils.equals(groupKey, notification.getNotification().getGroup())) { in cancelAllInGroup()
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | DisplayMode.h | 133 int32_t getGroup() const { return mGroup; } in getGroup() function 161 mode.getDpiY(), mode.getGroup()); in to_string()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 777 public String getGroup() { in getGroup() method in NotificationChannel 1095 if (getGroup() != null) { in writeXml() 1096 out.attribute(null, ATT_GROUP, getGroup()); in writeXml() 1163 record.put(ATT_GROUP, getGroup()); in toJson() 1262 && Objects.equals(getGroup(), that.getGroup()) in equals() 1279 getGroup(), getAudioAttributes(), isBlockable(), mAllowBubbles, in hashCode()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 843 if (channel.getGroup() != null && !r.groups.containsKey(channel.getGroup())) { in createNotificationChannel() 877 if (channel.getGroup() != null && existing.getGroup() == null) { in createNotificationChannel() 878 existing.setGroup(channel.getGroup()); in createNotificationChannel() 1289 if (groupId.equals(nc.getGroup())) { in getNotificationChannelGroupWithChannels() 1325 if (nc.getGroup() != null) { in getNotificationChannelGroups() 1326 if (r.groups.get(nc.getGroup()) != null) { in getNotificationChannelGroups() 1331 groups.put(nc.getGroup(), ncg); in getNotificationChannelGroups() 1373 if (groupId.equals(nc.getGroup())) { in deleteNotificationChannelGroup() 1402 if (nc.getGroup() != null) { in getGroupForChannel() 1436 if (nc.getGroup() != null) { in getConversations() [all …]
|
H A D | GroupHelper.java | 71 String group = sbn.getGroup(); in addToOngoingGroupCount() 90 if (childSbn.getGroup() != AUTOGROUP_KEY in onNotificationUpdated()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapSettingsAdapter.java | 125 (BluetoothMapAccountItem) getGroup(groupPosition); in getChildView() 200 public BluetoothMapAccountItem getGroup(int groupPosition) { in getGroup() method in BluetoothMapSettingsAdapter 244 final BluetoothMapAccountItem groupItem = getGroup(groupPosition); in getGroupView()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ExpandableListAdapter.java | 62 Object getGroup(int groupPosition); in getGroup() method
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/ |
H A D | AutoAllAppPermissionsFragment.java | 161 PackageItemInfo group = getGroup(Utils.getGroupOfPermission(perm), pm); in updateUi() 174 PermissionGroupInfo group = getGroup(perm.group, pm); in updateUi() 206 private PermissionGroupInfo getGroup(String group, PackageManager pm) { in getGroup() method in AutoAllAppPermissionsFragment
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/tag/ |
H A D | XsdGeneralExtension.java | 56 public XsdGroup getGroup() { in getGroup() method in XsdGeneralExtension
|
H A D | XsdGeneralRestriction.java | 56 public XsdGroup getGroup() { in getGroup() method in XsdGeneralRestriction
|
H A D | XsdComplexType.java | 60 public XsdGroup getGroup() { in getGroup() method in XsdComplexType
|
/aosp12/frameworks/opt/net/voip/src/java/android/net/rtp/ |
H A D | AudioStream.java | 76 public AudioGroup getGroup() { in getGroup() method in AudioStream
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | CustomContactListFilterActivity.java | 464 public GroupDelta getGroup(int position) { 592 final AccountDisplay account = (AccountDisplay)this.getGroup(groupPosition); 653 return account.getGroup(childPosition); 678 public Object getGroup(int groupPosition) { 715 final AccountDisplay account = (AccountDisplay)mAdapter.getGroup(groupPosition); 757 final AccountDisplay account = (AccountDisplay)mAdapter.getGroup(groupPosition);
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/ |
H A D | NotificationSettings.java | 302 if (mChannel != null && !TextUtils.isEmpty(mChannel.getGroup())) { in loadChannelGroup() 303 NotificationChannelGroup group = mBackend.getGroup(mPkg, mUid, mChannel.getGroup()); in loadChannelGroup()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | PartialConversationInfo.java | 218 if (mNotificationChannel != null && mNotificationChannel.getGroup() != null) { 222 mNotificationChannel.getGroup(), mPackageName, mAppUid);
|