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

12

/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
H A DExpandableListConnector.java406 .getGroup(posMetadata.position.groupPos);
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioStream.java74 public AudioGroup getGroup() { method in class:AudioStream
/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/base/core/java/android/app/
H A DNotificationChannel.java538 public String getGroup() { method in class:NotificationChannel
642 if (getGroup() != null) {
643 out.attribute(null, ATT_GROUP, getGroup());
687 record.put(ATT_GROUP, getGroup());
801 if (getGroup() != null ? !getGroup().equals(that.getGroup()) : that.getGroup() != null) {
825 result = 31 * result + (getGroup() != null ? getGroup()
[all...]
/frameworks/support/compat/api24/android/support/v4/app/
H A DNotificationCompatApi24.java126 if (notification.getGroup() != null
132 if (notification.getGroup() != null
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java548 if (channel.getGroup() != null && !r.groups.containsKey(channel.getGroup())) {
719 if (nc.getGroup() != null) {
720 if (r.groups.get(nc.getGroup()) != null) {
721 NotificationChannelGroup ncg = groups.get(nc.getGroup());
723 ncg = r.groups.get(nc.getGroup()).clone();
724 groups.put(nc.getGroup(), ncg);
753 if (groupId.equals(nc.getGroup())) {
H A DNotificationRecord.java768 mGroupLogTag = shortenTag(sbn.getGroup());
/frameworks/support/compat/api20/android/support/v4/app/
H A DNotificationCompatApi20.java123 if (notification.getGroup() != null
129 if (notification.getGroup() != null
/frameworks/support/compat/api21/android/support/v4/app/
H A DNotificationCompatApi21.java156 if (notification.getGroup() != null
162 if (notification.getGroup() != null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInfo.java202 if (mSingleNotificationChannel != null && mSingleNotificationChannel.getGroup() != null) {
205 mSingleNotificationChannel.getGroup(), pkg, mAppUid);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java123 public Object getGroup(int groupPosition) { method in class:FakeExpandableAdapter
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
H A DMainActivity.java80 if (selected.getGroup() == User.KITTEN) {
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DRankingHelperTest.java228 assertEquals(expected.getGroup(), actual.getGroup());
343 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) {
413 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) {
1186 mHelper.getNotificationChannel(PKG, UID, channel1.getId(), false).getGroup());
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java233 private MediaRouter.RouteGroup getGroup() { method in class:MediaRouteControllerDialog
415 mMediaMainControlLayout, mVolumeGroupList, getGroup() != null);
629 int expandedGroupListHeight = getGroup() == null ? 0 :
630 mVolumeGroupListItemHeight * getGroup().getRoutes().size();
740 mGroupExpandCollapseButton.setVisibility(getGroup() == null ? View.GONE
749 List<MediaRouter.RouteInfo> routes = getGroup() == null ? null : getGroup().getRoutes();
/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/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java192 public static Object getGroup(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
193 return ((android.media.MediaRouter.RouteInfo)routeObj).getGroup();
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1766 public RouteGroup getGroup() { method in class:MediaRouter.RouteInfo
2386 if (route.getGroup() != null) {
2411 if (route.getGroup() != null) {
2434 if (route.getGroup() != this) {
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java458 public String getGroup() { method in class:ContentRecommendation
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4352 public static String getGroup(Notification notification) { method in class:NotificationCompat
4354 return notification.getGroup();
/frameworks/base/tools/aapt/
H A DResource.cpp91 inline const sp<AaptGroup>& getGroup() const { return mGroup; } function in class:ResourceDirIterator
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 617 milliseconds

12