/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 | 391 if (message.getGroup() != this) { in setMessages()
|
D | MessagingLayout.java | 405 newGroup = message.getGroup(); in createGroupViews()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 148 final String group = getNotification().getGroup(); in groupKey() 176 if (getNotification().getGroup() != null || getNotification().getSortKey() != null) { in isAppGroup() 358 public String getGroup() { in getGroup() method in StatusBarNotification 362 return getNotification().getGroup(); in getGroup() 442 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/app/ |
D | NotificationChannel.java | 609 public String getGroup() { in getGroup() method in NotificationChannel 848 if (getGroup() != null) { in writeXml() 849 out.attribute(null, ATT_GROUP, getGroup()); in writeXml() 900 record.put(ATT_GROUP, getGroup()); in toJson() 1009 && Objects.equals(getGroup(), that.getGroup()) in equals() 1020 isFgServiceShown(), mVibrationEnabled, mShowBadge, isDeleted(), getGroup(), in hashCode()
|
D | Notification.java | 910 public String getGroup() { in getGroup() method in Notification
|
/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/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 642 if (channel.getGroup() != null && !r.groups.containsKey(channel.getGroup())) { in createNotificationChannel() 672 if (channel.getGroup() != null && existing.getGroup() == null) { in createNotificationChannel() 673 existing.setGroup(channel.getGroup()); in createNotificationChannel() 975 if (groupId.equals(nc.getGroup())) { in getNotificationChannelGroupWithChannels() 1011 if (nc.getGroup() != null) { in getNotificationChannelGroups() 1012 if (r.groups.get(nc.getGroup()) != null) { in getNotificationChannelGroups() 1013 NotificationChannelGroup ncg = groups.get(nc.getGroup()); in getNotificationChannelGroups() 1015 ncg = r.groups.get(nc.getGroup()).clone(); in getNotificationChannelGroups() 1017 groups.put(nc.getGroup(), ncg); in getNotificationChannelGroups() 1055 if (groupId.equals(nc.getGroup())) { in deleteNotificationChannelGroup() [all …]
|
D | NotificationManagerService.java | 5299 return mPreferencesHelper.isGroupBlocked(pkg, callingUid, r.getChannel().getGroup()) 5644 if ((oldSbn == null || !Objects.equals(oldSbn.getGroup(), n.getGroup()))
|
/frameworks/base/media/java/android/media/ |
D | MicrophoneInfo.java | 255 public int getGroup() { in getGroup() method in MicrophoneInfo
|
D | MediaRouter.java | 1875 public RouteGroup getGroup() { in getGroup() method in MediaRouter.RouteInfo 2502 if (route.getGroup() != null) { in addRoute() 2527 if (route.getGroup() != null) { in addRoute() 2550 if (route.getGroup() != this) { in removeRoute()
|
/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/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 | 225 assertEquals(expected.getGroup(), actual.getGroup()); in compareChannels() 376 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) { in testChannelXml() 448 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) { in testChannelXmlForBackup() 1730 PKG_N_MR1, UID_N_MR1, channel1.getId(), false).getGroup()); in testCannotCreateChannel_goodGroup() 1861 assertNull(actual.getGroup()); in testCreateChannel_addToGroup() 1868 assertNotNull(actual.getGroup()); in testCreateChannel_addToGroup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfo.java | 497 if (mSingleNotificationChannel != null && mSingleNotificationChannel.getGroup() != null) { 500 mSingleNotificationChannel.getGroup(), mPackageName, mAppUid);
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 91 inline const sp<AaptGroup>& getGroup() const { return mGroup; } in getGroup() function in ResourceDirIterator
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5281 method public String getGroup(); 5765 method public String getGroup(); 25996 method public android.media.MediaRouter.RouteGroup getGroup(); 26140 method public int getGroup(); 29634 method public android.net.rtp.AudioGroup getGroup(); 56766 method public android.database.Cursor getGroup(int); 56875 method public Object getGroup(int); 58172 method public Object getGroup(int);
|
/frameworks/base/api/ |
D | current.txt | 5281 method public String getGroup(); 5765 method public String getGroup(); 26020 method public android.media.MediaRouter.RouteGroup getGroup(); 26218 method public int getGroup(); 29764 method public android.net.rtp.AudioGroup getGroup(); 56910 method public android.database.Cursor getGroup(int); 57019 method public Object getGroup(int); 58316 method public Object getGroup(int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4556 method public java.lang.String getGroup(); 15415 method public android.media.MediaRouter.RouteGroup getGroup(); 17662 method public android.net.rtp.AudioGroup getGroup(); 37207 method public android.database.Cursor getGroup(int); 37311 method public abstract java.lang.Object getGroup(int); 38490 method public java.lang.Object getGroup(int);
|