/frameworks/base/core/java/com/android/internal/widget/ |
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()
|
D | MessagingMessageState.java | 50 public MessagingGroup getGroup() { in getGroup() method in MessagingMessageState
|
D | MessagingGroup.java | 498 if (message.getGroup() != this) { in setMessages()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 156 final String group = getNotification().getGroup(); in groupKey() 182 if (getNotification().getGroup() != null || getNotification().getSortKey() != null) { in isAppGroup() 389 public String getGroup() { in getGroup() method in StatusBarNotification 393 return getNotification().getGroup(); in getGroup() 500 return shortenTag(getGroup()); in getGroupLogTag()
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/ |
D | BenchmarkListAdapter.java | 56 public Object getGroup(int groupPosition) { in getGroup() method in BenchmarkListAdapter 88 BenchmarkGroup group = (BenchmarkGroup) getGroup(groupPosition); in getGroupView()
|
/frameworks/base/core/java/android/widget/ |
D | ExpandableListAdapter.java | 62 Object getGroup(int groupPosition); in getGroup() method
|
D | SimpleExpandableListAdapter.java | 258 public Object getGroup(int groupPosition) { in getGroup() method in SimpleExpandableListAdapter
|
D | CursorTreeAdapter.java | 181 public Cursor getGroup(int groupPosition) { in getGroup() method in CursorTreeAdapter
|
D | ExpandableListConnector.java | 406 .getGroup(posMetadata.position.groupPos); in getItem()
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
D | AudioStream.java | 74 public AudioGroup getGroup() { in getGroup() method in AudioStream
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 712 public String getGroup() { in getGroup() method in NotificationChannel 1019 if (getGroup() != null) { in writeXml() 1020 out.attribute(null, ATT_GROUP, getGroup()); in writeXml() 1086 record.put(ATT_GROUP, getGroup()); in toJson() 1196 && Objects.equals(getGroup(), that.getGroup()) in equals() 1212 isFgServiceShown(), mVibrationEnabled, mShowBadge, isDeleted(), getGroup(), in hashCode()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GroupHelper.java | 71 String group = sbn.getGroup(); in addToOngoingGroupCount() 90 if (childSbn.getGroup() != AUTOGROUP_KEY in onNotificationUpdated()
|
D | PreferencesHelper.java | 803 if (channel.getGroup() != null && !r.groups.containsKey(channel.getGroup())) { in createNotificationChannel() 836 if (channel.getGroup() != null && existing.getGroup() == null) { in createNotificationChannel() 837 existing.setGroup(channel.getGroup()); in createNotificationChannel() 1217 if (groupId.equals(nc.getGroup())) { in getNotificationChannelGroupWithChannels() 1253 if (nc.getGroup() != null) { in getNotificationChannelGroups() 1254 if (r.groups.get(nc.getGroup()) != null) { in getNotificationChannelGroups() 1255 NotificationChannelGroup ncg = groups.get(nc.getGroup()); in getNotificationChannelGroups() 1257 ncg = r.groups.get(nc.getGroup()).clone(); in getNotificationChannelGroups() 1259 groups.put(nc.getGroup(), ncg); in getNotificationChannelGroups() 1301 if (groupId.equals(nc.getGroup())) { in deleteNotificationChannelGroup() [all …]
|
D | NotificationRecordLogger.java | 414 return SmallHash.hash(r.getSbn().getGroup()); in getGroupIdHash()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | PartialConversationInfo.java | 218 if (mNotificationChannel != null && mNotificationChannel.getGroup() != null) { 222 mNotificationChannel.getGroup(), mPackageName, mAppUid);
|
D | NotificationConversationInfo.java | 366 if (mNotificationChannel != null && mNotificationChannel.getGroup() != null) { in bindGroup() 370 mNotificationChannel.getGroup(), mPackageName, mAppUid); in bindGroup()
|
D | NotificationInfo.java | 374 if (mSingleNotificationChannel != null && mSingleNotificationChannel.getGroup() != null) { 377 mSingleNotificationChannel.getGroup(), mPackageName, mAppUid);
|
/frameworks/base/media/java/android/media/ |
D | MicrophoneInfo.java | 255 public int getGroup() { in getGroup() method in MicrophoneInfo
|
D | MediaRouter.java | 1888 public RouteGroup getGroup() { in getGroup() method in MediaRouter.RouteInfo 2515 if (route.getGroup() != null) { in addRoute() 2540 if (route.getGroup() != null) { in addRoute() 2563 if (route.getGroup() != this) { in removeRoute()
|
/frameworks/base/core/java/android/content/pm/parsing/component/ |
D | ParsedPermission.java | 161 public String getGroup() { in getGroup() method in ParsedPermission
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
D | FakeExpandableAdapter.java | 123 public Object getGroup(int groupPosition) { in getGroup() method in FakeExpandableAdapter
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | BasePermission.java | 450 if (perm == null || perm.getGroup() == null) { in generatePermissionInfo() 454 if (perm != null && groupName.equals(perm.getGroup())) { in generatePermissionInfo()
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipAudioCall.java | 970 return ((mAudioStream == null) ? null : mAudioStream.getGroup()); 990 if ((mAudioStream != null) && (mAudioStream.getGroup() != null)) {
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 265 assertEquals(expected.getGroup(), actual.getGroup()); in compareChannels() 284 assertEquals(parent.getGroup(), actual.getGroup()); in compareChannelsParentChild() 439 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) { in testChannelXml() 518 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) { in testChannelXmlForBackup() 1841 PKG_N_MR1, UID_N_MR1, channel1.getId(), false).getGroup()); in testCannotCreateChannel_goodGroup() 1972 assertNull(actual.getGroup()); in testCreateChannel_addToGroup() 1979 assertNotNull(actual.getGroup()); in testCreateChannel_addToGroup()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | PackageParserTest.java | 457 assertEquals(a.getGroup(), b.getGroup()); in assertPermissionsEqual()
|