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

12 3

  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 44 import android.provider.ContactsContract.Groups;
697 values.put(Groups.ACCOUNT_TYPE, accountType);
698 values.put(Groups.ACCOUNT_NAME, accountName);
699 values.put(Groups.DATA_SET, dataSet);
700 values.put(Groups.TITLE, label);
705 final Uri groupUri = resolver.insert(Groups.CONTENT_URI, values);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 31 import android.provider.ContactsContract.Groups;
310 return Groups.CONTENT_URI;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 51 import android.provider.ContactsContract.Groups;
205 values.put(Groups.SOURCE_ID, sourceId);
206 values.put(Groups.TITLE, title);
207 values.put(Groups.GROUP_VISIBLE, visible);
208 values.put(Groups.AUTO_ADD, autoAdd ? 1 : 0);
209 values.put(Groups.FAVORITES, favorite ? 1 : 0);
210 final Uri uri = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account);
688 Cursor c = mResolver.query(Groups.CONTENT_URI, null, null, null, null);
722 assertNullOrEquals(c, rowId, Groups._ID);
724 assertNullOrEquals(c, sourceId, Groups.SOURCE_ID)
    [all...]
ContactsActor.java 684 values.put(ContactsContract.Groups.RES_PACKAGE, packageName);
685 values.put(ContactsContract.Groups.TITLE, groupName);
686 Uri groupUri = resolver.insert(ContactsContract.Groups.CONTENT_URI, values);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 34 import android.provider.ContactsContract.Groups;
397 final Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI, mGroupId);
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 233 // We build the groups from dependency candidates equivalence classes
243 // We use the following (greedy) algorithm to construct the groups
271 // separate checking groups for all pointers.
293 // Go through all equivalence classes, get the "pointer check groups"
305 SmallVector<CheckingPtrGroup, 2> Groups;
322 for (CheckingPtrGroup &Group : Groups) {
326 // will create separate groups for all remaining pointers.
342 Groups.push_back(CheckingPtrGroup(Pointer, *this));
347 std::copy(Groups.begin(), Groups.end(), std::back_inserter(CheckingGroups))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp     [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py 174 about managing security groups, go to `Working with Security
175 Groups`_ in the Amazon Redshift Management Guide .
423 :param cluster_security_groups: A list of security groups to be
429 security groups to be associated with the cluster.
481 Amazon Redshift Parameter Groups`_
632 Creating parameter groups is independent of creating clusters.
640 more information about managing parameter groups, go to
641 `Amazon Redshift Parameter Groups`_ in the Amazon Redshift
664 a list of all the parameter groups that are owned by your AWS
665 account, including the default parameter groups for each Amazo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 23 PTOKEN_GROUPS Groups;
29 PTOKEN_GROUPS Groups;
    [all...]
adoctint.h 162 typedef struct ADOGroups Groups;
    [all...]
iads.h     [all...]
winnt.h     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 88 * {@link Groups}, which contains information about raw contact groups
89 * such as Gmail contact groups. The
90 * current API does not support the notion of groups spanning multiple accounts.
102 * and groups.
770 * @see Groups
789 * @see Groups
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorBaseFragment.java 449 * The groups meta data loader listener.
456 return new GroupMetaDataLoader(mContext, ContactsContract.Groups.CONTENT_URI);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py 214 authorization. First, EC2 or VPC security groups can be added
238 authorize. For VPC DB security groups, `EC2SecurityGroupId` must be
244 authorize. For VPC DB security groups, `EC2SecurityGroupId` must be
252 VPC DB security groups, `EC2SecurityGroupId` must be provided.
471 :param db_security_groups: A list of DB security groups to associate
476 :param vpc_security_group_ids: A list of EC2 VPC security groups to
725 attributes (including DB security groups and DB parameter
726 groups) are inherited from the source DB instance, except as
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 221 /* Well-known groups */
603 SID_AND_ATTRIBUTES Groups[ANYSIZE_ARRAY];
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 1104 milliseconds

12 3