Home
last modified time | relevance | path

Searched refs:getGroup (Results 1 – 25 of 39) 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.java498 if (message.getGroup() != this) { in setMessages()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java156 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/
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/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/core/java/android/app/
DNotificationChannel.java712 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/
DGroupHelper.java71 String group = sbn.getGroup(); in addToOngoingGroupCount()
90 if (childSbn.getGroup() != AUTOGROUP_KEY in onNotificationUpdated()
DPreferencesHelper.java803 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 …]
DNotificationRecordLogger.java414 return SmallHash.hash(r.getSbn().getGroup()); in getGroupIdHash()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfo.java218 if (mNotificationChannel != null && mNotificationChannel.getGroup() != null) {
222 mNotificationChannel.getGroup(), mPackageName, mAppUid);
DNotificationConversationInfo.java366 if (mNotificationChannel != null && mNotificationChannel.getGroup() != null) { in bindGroup()
370 mNotificationChannel.getGroup(), mPackageName, mAppUid); in bindGroup()
DNotificationInfo.java374 if (mSingleNotificationChannel != null && mSingleNotificationChannel.getGroup() != null) {
377 mSingleNotificationChannel.getGroup(), mPackageName, mAppUid);
/frameworks/base/media/java/android/media/
DMicrophoneInfo.java255 public int getGroup() { in getGroup() method in MicrophoneInfo
DMediaRouter.java1888 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/
DParsedPermission.java161 public String getGroup() { in getGroup() method in ParsedPermission
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeExpandableAdapter.java123 public Object getGroup(int groupPosition) { in getGroup() method in FakeExpandableAdapter
/frameworks/base/services/core/java/com/android/server/pm/permission/
DBasePermission.java450 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/
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.java265 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/
DPackageParserTest.java457 assertEquals(a.getGroup(), b.getGroup()); in assertPermissionsEqual()

12