HomeSort by relevance Sort by last modified time
    Searched defs:groupName (Results 1 - 17 of 17) sorted by null

  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java 220 String groupName = "test_group_1";
221 mRowsAdded.add(People.addToGroup(mContentResolver, personId, groupName));
230 assertEquals(groupName, cursor.getString(GROUPS_NAME_INDEX));
  /external/webkit/WebCore/page/
Page.cpp 361 const String& Page::groupName() const
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 431 String groupName = groupList.get(i);
435 if (groupName != null) {
437 groupName, 0);
475 if (groups && groupName == null && pi.group != null) {
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 391 private final String groupName;
406 this.groupName = thread.getThreadGroup().getName();
414 this.groupName = null;
423 objectId, threadId, threadName, groupName);
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 837 String groupName = cursor.getString(NAME_INDEX);
839 textView.setText(groupName);
  /frameworks/base/core/java/android/pim/vcard/
VCardParserImpl_V21.java 530 final String groupName = line.substring(nameIndex, i);
531 if (groupName.length() == 0) {
534 mInterpreter.propertyGroup(groupName);
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardParserImpl_V21.java 531 final String groupName = line.substring(nameIndex, i);
532 if (groupName.length() == 0) {
535 mInterpreter.propertyGroup(groupName);
    [all...]
  /dalvik/vm/
Thread.c     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 843 BSTR groupName;
844 if (SUCCEEDED(webView->groupName(&groupName))) {
845 webViewPrivate->removeAllUserContentFromGroup(groupName);
846 SysFreeString(groupName);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 612 String groupName = intent.getStringExtra(UI.GROUP_NAME_EXTRA_KEY);
613 if (TextUtils.isEmpty(groupName)) {
617 buildUserGroupUri(groupName);
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 657 milliseconds