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

/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/support/compat/java/android/support/v4/app/
H A DNotificationCompatBuilder.java256 if (notification.getGroup() != null
262 if (notification.getGroup() != null
285 if (notification.getGroup() != null
291 if (notification.getGroup() != null
310 if (notification.getGroup() != null
316 if (notification.getGroup() != null
H A DNotificationCompat.java4648 public static String getGroup(Notification notification) { method in class:NotificationCompat
4650 return notification.getGroup();
/frameworks/base/core/java/android/app/
H A DNotificationChannel.java543 public String getGroup() { method in class:NotificationChannel
720 if (getGroup() != null) {
721 out.attribute(null, ATT_GROUP, getGroup());
765 record.put(ATT_GROUP, getGroup());
879 if (getGroup() != null ? !getGroup().equals(that.getGroup()) : that.getGroup() != null) {
903 result = 31 * result + (getGroup() != null ? getGroup()
[all...]
H A DNotification.java807 public String getGroup() { method in class:Notification
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInfo.java226 if (mSingleNotificationChannel != null && mSingleNotificationChannel.getGroup() != null) {
229 mSingleNotificationChannel.getGroup(), pkg, mAppUid);
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java542 if (channel.getGroup() != null && !r.groups.containsKey(channel.getGroup())) {
721 if (nc.getGroup() != null) {
722 if (r.groups.get(nc.getGroup()) != null) {
723 NotificationChannelGroup ncg = groups.get(nc.getGroup());
725 ncg = r.groups.get(nc.getGroup()).clone();
726 groups.put(nc.getGroup(), ncg);
755 if (groupId.equals(nc.getGroup())) {
H A DNotificationRecord.java807 mGroupLogTag = shortenTag(sbn.getGroup());
H A DNotificationManagerService.java3902 if (oldSbn == null || !Objects.equals(oldSbn.getGroup(), n.getGroup())) {
/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/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java237 private MediaRouter.RouteGroup getGroup() { method in class:MediaRouteControllerDialog
419 mMediaMainControlLayout, mVolumeGroupList, getGroup() != null);
633 int expandedGroupListHeight = getGroup() == null ? 0 :
634 mVolumeGroupListItemHeight * getGroup().getRoutes().size();
744 mGroupExpandCollapseButton.setVisibility(getGroup() == null ? View.GONE
753 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/services/tests/notification/src/com/android/server/notification/
H A DRankingHelperTest.java261 assertEquals(expected.getGroup(), actual.getGroup());
376 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) {
446 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) {
1329 mHelper.getNotificationChannel(PKG, UID, channel1.getId(), false).getGroup());
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java458 public String getGroup() { method in class:ContentRecommendation
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1809 public RouteGroup getGroup() { method in class:MediaRouter.RouteInfo
2434 if (route.getGroup() != null) {
2459 if (route.getGroup() != null) {
2482 if (route.getGroup() != this) {
/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 4416 milliseconds