Home
last modified time | relevance | path

Searched refs:getGroup (Results 1 – 25 of 74) sorted by relevance

123

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingMessage.java100 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 DMessagingMessageState.java50 public MessagingGroup getGroup() { in getGroup() method in MessagingMessageState
/aosp12/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java154 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 DPermissionDetailsFragment.java223 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 DPermissionUsageV2Fragment.java430 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 DVCardDetailAdapter.java75 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 DBenchmarkListAdapter.java56 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 DAppPermissionUsage.java346 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 DNotificationThrottler.java66 String groupKey = notification.getGroup(); in throttle()
135 return TextUtils.equals(groupKey, notification.getNotification().getGroup()); in isNotificationInGroup()
H A DDialerNotificationManager.java111 return notification.getNotification().getGroup(); in findGroupKey()
123 if (TextUtils.equals(groupKey, notification.getNotification().getGroup())) { in getGroupSummaryAndCount()
H A DNotificationManagerUtils.java34 if (TextUtils.equals(groupKey, notification.getNotification().getGroup())) { in cancelAllInGroup()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayMode.h133 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 DNotificationChannel.java777 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 DPreferencesHelper.java843 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 DGroupHelper.java71 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 DBluetoothMapSettingsAdapter.java125 (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 DExpandableListAdapter.java62 Object getGroup(int groupPosition); in getGroup() method
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
H A DAutoAllAppPermissionsFragment.java161 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 DXsdGeneralExtension.java56 public XsdGroup getGroup() { in getGroup() method in XsdGeneralExtension
H A DXsdGeneralRestriction.java56 public XsdGroup getGroup() { in getGroup() method in XsdGeneralRestriction
H A DXsdComplexType.java60 public XsdGroup getGroup() { in getGroup() method in XsdComplexType
/aosp12/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioStream.java76 public AudioGroup getGroup() { in getGroup() method in AudioStream
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java464 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 DNotificationSettings.java302 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 DPartialConversationInfo.java218 if (mNotificationChannel != null && mNotificationChannel.getGroup() != null) {
222 mNotificationChannel.getGroup(), mPackageName, mAppUid);

123