HomeSort by relevance Sort by last modified time
    Searched refs:groupId (Results 26 - 50 of 72) sorted by null

12 3

  /frameworks/base/core/java/android/provider/
MediaStore.java 564 * @param groupId the same groupId used in getThumbnail
568 long groupId) {
571 .appendQueryParameter("group_id", String.valueOf(groupId)).build();
592 * @param groupId the id of group to which this request belongs
595 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind,
635 .appendQueryParameter("group_id", String.valueOf(groupId)).build();
    [all...]
Contacts.java 489 long groupId = tryGetMyContactsGroupId(resolver);
490 if (groupId == 0) {
494 return addToGroup(resolver, personId, groupId);
509 long groupId = 0;
515 groupId = groupsCursor.getLong(0);
522 if (groupId == 0) {
526 return addToGroup(resolver, personId, groupId);
534 * @param groupId the group to add the person to
539 public static Uri addToGroup(ContentResolver resolver, long personId, long groupId) {
542 values.put(GroupMembership.GROUP_ID, groupId);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
DateSortedExpandableListAdapter.java 363 public long getCombinedChildId(long groupId, long childId) {
369 public long getCombinedGroupId(long groupId) {
371 return groupId;
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedExpandableListAdapter.java 343 public long getCombinedChildId(long groupId, long childId) {
347 public long getCombinedGroupId(long groupId) {
348 return groupId;
  /frameworks/base/core/java/android/view/
MenuInflater.java 252 private int groupId;
311 groupId = defaultGroupId;
326 groupId = a.getResourceId(com.android.internal.R.styleable.MenuGroup_id, defaultGroupId);
451 setItem(menu.add(groupId, itemId, itemCategoryOrder, itemTitle));
456 SubMenu subMenu = menu.addSubMenu(groupId, itemId, itemCategoryOrder, itemTitle);
  /tools/motodev/src/plugins/launch/src/com/motorola/studio/android/launch/
StudioAndroidConfigurationDelegate.java 283 String groupId = IDebugUIConstants.ID_RUN_LAUNCH_GROUP;
286 groupId = group.getIdentifier();
290 groupId);
320 String groupId = IDebugUIConstants.ID_RUN_LAUNCH_GROUP;
323 groupId = group.getIdentifier();
327 groupId);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 73 long groupId = 0;
81 groupId = cursor.getLong(0);
88 if (groupId == 0) {
97 groupId = ContentUris.parseId(newGroupUri);
99 return groupId;
115 List<RawContact> rawContacts, long groupId, long lastSyncMarker) {
160 addContact(context, account, rawContact, groupId, true, batchOperation);
320 * @param groupId the id of the sample group
326 long groupId, boolean inSync, BatchOperation batchOperation) {
338 .addGroupMembership(groupId)
    [all...]
ContactOperations.java 195 public ContactOperations addGroupMembership(long groupId) {
197 mValues.put(GroupMembership.GROUP_ROW_ID, groupId);
  /frameworks/base/services/java/com/android/server/wm/
AppWindowToken.java 50 int groupId = -1;
233 pw.print(prefix); pw.print("groupId="); pw.print(groupId);
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 422 final long groupId = mExpandableListAdapter.getGroupId(posMetadata.position.groupPos);
426 retValue = mExpandableListAdapter.getCombinedGroupId(groupId);
430 retValue = mExpandableListAdapter.getCombinedChildId(groupId, childId);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewTest.java 472 public long getCombinedChildId(long groupId, long childId) {
476 public long getCombinedGroupId(long groupId) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 373 long groupId = mGroupMetaData.getLong(GroupMetaDataLoader.GROUP_ID);
376 return groupId;
  /external/v8/test/mjsunit/
debug-clearbreakpointgroup.js 66 testArguments(dcp, '{"groupId":1}', true);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 498 public long createGroupMembership(long rawContactId, long groupId) {
503 values.put(CommonDataKinds.GroupMembership.GROUP_ROW_ID, groupId);
ContactsProvider2Test.java     [all...]
BaseContactsProvider2Test.java 425 protected Uri insertGroupMembership(long rawContactId, Long groupId) {
429 values.put(GroupMembership.GROUP_ROW_ID, groupId);
    [all...]
  /external/v8/src/
debug-debugger.js 297 ScriptBreakPoint.prototype.groupId = function() {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 554 Long groupId = groupMembership.getGroupRowId();
555 if (groupId != null) {
556 handleGroupMembership(groups, mContactData.getGroupMetaData(), groupId);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java     [all...]
ContactsProvider2.java     [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 86 private static final String KEY_GROUP_ID = "groupId";
636 final long groupId = ContentUris.parseId(groupUri);
639 legacyContentUri, groupId);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 693 final long groupId = cursor.getLong(GroupQuery.ID);
703 accountName, accountType, dataSet, groupId, title, defaultGroup,
    [all...]
RawContactDelta.java     [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 744 milliseconds

12 3