Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/widget/
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()
DMessagingMessageState.java50 public MessagingGroup getGroup() { in getGroup() method in MessagingMessageState
DMessagingGroup.java391 if (message.getGroup() != this) { in setMessages()
DMessagingLayout.java405 newGroup = message.getGroup(); in createGroupViews()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java148 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/
DBenchmarkListAdapter.java56 public Object getGroup(int groupPosition) { in getGroup() method in BenchmarkListAdapter
88 BenchmarkGroup group = (BenchmarkGroup) getGroup(groupPosition); in getGroupView()
/frameworks/base/core/java/android/app/
DNotificationChannel.java609 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()
DNotification.java910 public String getGroup() { in getGroup() method in Notification
/frameworks/base/core/java/android/widget/
DExpandableListAdapter.java62 Object getGroup(int groupPosition); in getGroup() method
DSimpleExpandableListAdapter.java258 public Object getGroup(int groupPosition) { in getGroup() method in SimpleExpandableListAdapter
DCursorTreeAdapter.java181 public Cursor getGroup(int groupPosition) { in getGroup() method in CursorTreeAdapter
DExpandableListConnector.java406 .getGroup(posMetadata.position.groupPos); in getItem()
/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioStream.java74 public AudioGroup getGroup() { in getGroup() method in AudioStream
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java642 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 …]
DNotificationManagerService.java5299 return mPreferencesHelper.isGroupBlocked(pkg, callingUid, r.getChannel().getGroup())
5644 if ((oldSbn == null || !Objects.equals(oldSbn.getGroup(), n.getGroup()))
/frameworks/base/media/java/android/media/
DMicrophoneInfo.java255 public int getGroup() { in getGroup() method in MicrophoneInfo
DMediaRouter.java1875 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/
DFakeExpandableAdapter.java123 public Object getGroup(int groupPosition) { in getGroup() method in FakeExpandableAdapter
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java970 return ((mAudioStream == null) ? null : mAudioStream.getGroup());
990 if ((mAudioStream != null) && (mAudioStream.getGroup() != null)) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java225 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/
DNotificationInfo.java497 if (mSingleNotificationChannel != null && mSingleNotificationChannel.getGroup() != null) {
500 mSingleNotificationChannel.getGroup(), mPackageName, mAppUid);
/frameworks/base/tools/aapt/
DResource.cpp91 inline const sp<AaptGroup>& getGroup() const { return mGroup; } in getGroup() function in ResourceDirIterator
/frameworks/base/non-updatable-api/
Dcurrent.txt5281 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/
Dcurrent.txt5281 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/
Dandroid-22.txt4556 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);

12