Searched refs:getGroup (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingMessage.java100 getGroup().removeMessage(this);
111 default MessagingGroup getGroup() { method in interface:MessagingMessage
112 return getState().getGroup();
127 getGroup().performRemoveAnimation(getView(), () -> setIsHidingAnimated(false));
H A DMessagingMessageState.java50 public MessagingGroup getGroup() { method in class:MessagingMessageState
/frameworks/base/core/java/android/widget/
H A DExpandableListAdapter.java62 Object getGroup(int groupPosition); method in interface:ExpandableListAdapter
H A DSimpleExpandableListAdapter.java258 public Object getGroup(int groupPosition) { method in class:SimpleExpandableListAdapter
H A DCursorTreeAdapter.java181 public Cursor getGroup(int groupPosition) { method in class:CursorTreeAdapter
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioStream.java74 public AudioGroup getGroup() { method in class:AudioStream
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DBenchmarkListAdapter.java56 public Object getGroup(int groupPosition) { method in class:BenchmarkListAdapter
88 BenchmarkGroup group = (BenchmarkGroup) getGroup(groupPosition);
/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java128 final String group = getNotification().getGroup();
155 if (getNotification().getGroup() != null || getNotification().getSortKey() != null) {
324 public String getGroup() { method in class:StatusBarNotification
328 return getNotification().getGroup();
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
H A DUser.java40 public int getGroup() { method in class:User
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatBuilder.java300 if (notification.getGroup() != null
306 if (notification.getGroup() != null
329 if (notification.getGroup() != null
335 if (notification.getGroup() != null
354 if (notification.getGroup() != null
360 if (notification.getGroup() != null
/frameworks/base/core/java/android/app/
H A DNotificationChannel.java567 public String getGroup() { method in class:NotificationChannel
755 if (getGroup() != null) {
756 out.attribute(null, ATT_GROUP, getGroup());
801 record.put(ATT_GROUP, getGroup());
915 if (getGroup() != null ? !getGroup().equals(that.getGroup()) : that.getGroup() != null) {
939 result = 31 * result + (getGroup() != null ? getGroup()
[all...]
/frameworks/support/jetifier/jetifier/gradle-plugin/src/main/kotlin/com/android/tools/build/jetifier/plugin/gradle/
H A DJetifyLibsTask.kt61 override fun getGroup() = GROUP_ID
H A DJetifyGlobalTask.kt81 override fun getGroup() = GROUP_ID
/frameworks/base/media/java/android/media/
H A DMicrophoneInfo.java253 public int getGroup() { method in class:MicrophoneInfo
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java612 if (channel.getGroup() != null && !r.groups.containsKey(channel.getGroup())) {
632 if (existing.getGroup() == null) {
633 existing.setGroup(channel.getGroup());
813 if (groupId.equals(nc.getGroup())) {
845 if (nc.getGroup() != null) {
846 if (r.groups.get(nc.getGroup()) != null) {
847 NotificationChannelGroup ncg = groups.get(nc.getGroup());
849 ncg = r.groups.get(nc.getGroup()).clone();
851 groups.put(nc.getGroup(), nc
[all...]
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
H A DMainActivity.java80 if (selected.getGroup() == User.KITTEN) {
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java123 public Object getGroup(int groupPosition) { method in class:FakeExpandableAdapter
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteControllerDialog.java236 private MediaRouter.RouteGroup getGroup() { method in class:MediaRouteControllerDialog
423 mMediaMainControlLayout, mVolumeGroupList, getGroup() != null);
637 int expandedGroupListHeight = getGroup() == null ? 0 :
638 mVolumeGroupListItemHeight * getGroup().getRoutes().size();
744 mGroupExpandCollapseButton.setVisibility(getGroup() == null ? View.GONE
753 List<MediaRouter.RouteInfo> routes = getGroup() == null ? null : getGroup().getRoutes();
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouteControllerDialog.java234 private MediaRouter.RouteGroup getGroup() { method in class:MediaRouteControllerDialog
416 mMediaMainControlLayout, mVolumeGroupList, getGroup() != null);
630 int expandedGroupListHeight = getGroup() == null ? 0 :
631 mVolumeGroupListItemHeight * getGroup().getRoutes().size();
741 mGroupExpandCollapseButton.setVisibility(getGroup() == null ? View.GONE
750 List<MediaRouter.RouteInfo> routes = getGroup() == null ? null : getGroup().getRoutes();
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DRankingHelperTest.java281 assertEquals(expected.getGroup(), actual.getGroup());
416 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) {
486 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) {
1482 mHelper.getNotificationChannel(PKG, UID, channel1.getId(), false).getGroup());
1585 assertNull(actual.getGroup());
1592 assertNotNull(actual.getGroup());
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/jellybean/
H A DMediaRouterJellybean.java191 public static Object getGroup(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
192 return ((android.media.MediaRouter.RouteInfo)routeObj).getGroup();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInfo.java228 if (mSingleNotificationChannel != null && mSingleNotificationChannel.getGroup() != null) {
231 mSingleNotificationChannel.getGroup(), mPackageName, mAppUid);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java963 return ((mAudioStream == null) ? null : mAudioStream.getGroup());
982 if ((mAudioStream != null) && (mAudioStream.getGroup() != null)) {
/frameworks/support/mediarouter/jellybean/androidx/mediarouter/media/
H A DMediaRouterJellybean.java193 public static Object getGroup(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
194 return ((android.media.MediaRouter.RouteInfo)routeObj).getGroup();
/frameworks/support/recommendation/src/main/java/androidx/recommendation/app/
H A DContentRecommendation.java459 public String getGroup() { method in class:ContentRecommendation

Completed in 513 milliseconds

12