/external/llvm/include/llvm/MC/ |
MCSectionELF.h | 62 const MCSymbol *getGroup() const { return Group; }
|
/frameworks/base/core/java/android/widget/ |
ExpandableListAdapter.java | 62 Object getGroup(int groupPosition);
|
SimpleExpandableListAdapter.java | 258 public Object getGroup(int groupPosition) {
|
CursorTreeAdapter.java | 181 public Cursor getGroup(int groupPosition) {
|
/frameworks/base/voip/java/android/net/rtp/ |
AudioStream.java | 74 public AudioGroup getGroup() {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
ClusteredSuggestionsAdapter.java | 154 SuggestionCursor c = getGroup(groupPosition); 163 SuggestionCursor groupCursor = getGroup(getGroupPosition(childId)); 180 SuggestionCursor cursor = getGroup(groupPosition); 188 SuggestionCursor group = getGroup(groupPosition); 193 public SuggestionCursor getGroup(int groupPosition) { 257 return getSuggestionViewType(getGroup(groupPosition), childPosition);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList1.java | 132 public Object getGroup(int groupPosition) { 147 textView.setText(getGroup(groupPosition).toString());
|
/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
ObjectIdentifier.java | 120 public Object getGroup() {
|
/external/llvm/include/llvm/Bitcode/ |
Archive.h | 82 unsigned getGroup() const { return info.getGroup(); }
|
/cts/tests/tests/widget/src/android/widget/cts/ |
BaseExpandableListAdapterTest.java | 223 public Object getGroup(int groupPosition) {
|
SimpleExpandableListAdapterTest.java | 350 notes = "Test {@link SimpleExpandableListAdapter#getGroup(int)}", 351 method = "getGroup", 355 + "SimpleExpandableListAdapter#getGroup(int) if " 360 assertEquals(expected, mSimpleExpandableListAdapter.getGroup(0)); 364 assertEquals(expected, mSimpleExpandableListAdapter.getGroup(3)); 367 mSimpleExpandableListAdapter.getGroup(-1); 373 mSimpleExpandableListAdapter.getGroup(4);
|
CursorTreeAdapterTest.java | 490 notes = "Test {@link CursorTreeAdapter#getGroup(int)}", 491 method = "getGroup", 498 assertNull(adapter.getGroup(0)); 501 Cursor retCursor = adapter.getGroup(0); 505 retCursor = adapter.getGroup(1); 510 assertNull(adapter.getGroup(2));
|
ExpandableListViewTest.java | 647 public Object getGroup(int groupPosition) {
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
FakeExpandableAdapter.java | 111 public Object getGroup(int groupPosition) {
|
/libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
AttributeTypeAndValue.java | 235 if (RFC1779_NAMES == oid.getGroup()) { 251 Object group = oid.getGroup();
|
/cts/tests/src/android/widget/cts/util/ |
ExpandableListScenario.java | 322 public Object getGroup(int groupPosition) {
|
/external/clang/include/clang/Driver/ |
Option.h | 103 const OptionGroup *getGroup() const { return Group; }
|
/external/llvm/include/llvm/Support/ |
PathV1.h | 59 uint32_t getGroup() const { return group; } [all...] |
/packages/apps/Browser/src/com/android/browser/ |
DateSortedExpandableListAdapter.java | 325 public Object getGroup(int groupPosition) {
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
CustomContactListFilterActivity.java | 581 final AccountDisplay account = (AccountDisplay)this.getGroup(groupPosition); 658 public Object getGroup(int groupPosition) { 709 final AccountDisplay account = (AccountDisplay)mAdapter.getGroup(groupPosition); 751 final AccountDisplay account = (AccountDisplay)mAdapter.getGroup(groupPosition); [all...] |
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
DateSortedExpandableListAdapter.java | 306 public Object getGroup(int groupPosition) {
|
/frameworks/base/voip/java/android/net/sip/ |
SipAudioCall.java | [all...] |
/external/llvm/lib/MC/ |
MCELFStreamer.cpp | 84 const MCSymbol *Grp = static_cast<const MCSectionELF *>(Section)->getGroup();
|
/external/llvm/lib/Archive/ |
ArchiveWriter.cpp | 91 sprintf(buffer, "%-6u", mbr.getGroup());
|
/external/icu4c/common/ |
unames.c | 497 * getGroup() does a binary search for the group that contains the 504 getGroup(UCharNames *names, uint32_t code) { 601 const uint16_t *group=getGroup(names, code); 699 group=getGroup(names, start); [all...] |