HomeSort by relevance Sort by last modified time
    Searched refs:createGroup (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowWifiP2pManagerTest.java 37 manager.createGroup(channel, testListener);
43 manager.createGroup(channel, null);
54 manager.createGroup(channel, testListener);
68 manager.createGroup(channel, testListener);
71 manager.createGroup(channel, testListener);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 76 long groupGrey = mActor.createGroup(GROUP_GREY);
77 long groupRed = mActor.createGroup(GROUP_RED);
78 long groupGreen = mActor.createGroup(GROUP_GREEN);
79 long groupBlue = mActor.createGroup(GROUP_BLUE);
150 createGroup(mAccount, "gsid1", "title1"));
158 createGroup(mAccount, "gsid1", "title1"));
170 createGroup(mAccount, "gsid1", "title1"));
182 long groupId = createGroup(mAccount, "g1", "gt1");
196 long groupId = createGroup(mAccount, "g1", "gt1");
207 createGroup(mAccount, "gsid1", "title1"))
    [all...]
DirectoryTest.java 108 long groupId = createGroup(account, "sid", "def",
GlobalSearchSupportTest.java 51 createGroup(account, "any", "any", 0 /* visible */, true /* auto-add */, false /* fav */);
BaseContactsProvider2Test.java 197 protected long createGroup(Account account, String sourceId, String title) {
198 return createGroup(account, sourceId, title, 1, false, false);
201 protected long createGroup(Account account, String sourceId, String title, int visible) {
202 return createGroup(account, sourceId, title, visible, false, false);
206 return createGroup(account, "auto", "auto",
210 protected long createGroup(Account account, String sourceId, String title,
    [all...]
ContactsProvider2Test.java     [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationTestHelper.java 76 public ExpandableNotificationRow createGroup(int numChildren) throws Exception {
86 public ExpandableNotificationRow createGroup() throws Exception {
87 return createGroup(2);
NotificationBlockingHelperManagerTest.java 230 ExpandableNotificationRow row = spy(mHelper.createGroup(numChildren));
ExpandableNotificationRowTest.java 75 mGroupRow = mNotificationTestHelper.createGroup();
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 45 tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, const std::vector<tcu::TestNode*>& children)
glsLifetimeTests.hpp 380 MovePtr<TestCaseGroup> createGroup (TestContext& testCtx, Type& type);
420 using details::createGroup;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainerTest.java 47 mGroup = mNotificationTestHelper.createGroup();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoTestCase.java 81 mP2pMgr.createGroup(mChannel, listener);
88 * Check whether createGroup() is succeeded.
  /external/deqp/executor/
xeTestCaseListParser.cpp 112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name, description))
xeTestCase.hpp 100 TestGroup* createGroup (const char* name, const char* description);
xeTestCase.cpp 193 TestGroup* TestGroup::createGroup (const char* name, const char* description)
306 TestGroup* newGroup = curGroup->createGroup(components[ndx].c_str(), "" /* description */);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWifiP2pManager.java 57 public void createGroup(Channel c, ActionListener al) {
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 164 virtual tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, const std::vector<tcu::TestNode*>& children) = 0;
  /external/ltp/testcases/network/nfsv4/acl/
random_gen.py 43 def createGroup(self, grpname, gid):
52 self.createGroup(gName, gid)
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 152 createGroup(localProfile);
176 SipSessionGroupExt group = createGroup(localProfile,
278 SipSessionGroupExt group = createGroup(localProfile);
307 private SipSessionGroupExt createGroup(SipProfile localProfile)
321 private SipSessionGroupExt createGroup(SipProfile localProfile,
    [all...]
  /external/deqp/scripts/khr_util/
registry.py 342 def createGroup(name):
358 groups = NameIndex(createMissing=createGroup, kind="group")
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 75 static jlong createGroup(JNIEnv*, jobject, jlong srcGroupPtr) {
383 {"nCreateGroup", "(J)J", (void*)createGroup},
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
ReportTask.java 125 public GroupElement createGroup() {
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 

Completed in 593 milliseconds

1 2 3