Searched refs:group1 (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | WifiP2pMetricsTest.java | 185 WifiP2pGroup group1 = new WifiP2pGroup(); in updatePersistentGroup() local 186 group1.setNetworkId(1); in updatePersistentGroup() 191 mGroups.add(group1); in updatePersistentGroup()
|
D | WifiP2pServiceImplTest.java | 177 WifiP2pGroup group1 = new WifiP2pGroup(); in generatorTestData() local 178 group1.setNetworkId(0); in generatorTestData() 179 group1.setNetworkName(mTestWifiP2pGroup.getNetworkName()); in generatorTestData() 180 group1.setOwner(mTestWifiP2pDevice); in generatorTestData() 181 group1.setIsGroupOwner(false); in generatorTestData() 182 mGroups.add(group1); in generatorTestData()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | message_unittest.cc | 369 ASSIGN_REPEATED_GROUP(group1); in TEST()
|
D | lite_unittest.cc | 193 ASSIGN_REPEATED_GROUP(group1); in main()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/ |
D | message_test.js | 769 var group1 = new proto.jspb.test.TestGroup1(); 770 group1.setGroup(someGroup); 771 assertEquals(someGroup, group1.getGroup());
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/ |
D | NanoTest.java | 1399 TestAllTypesNano.RepeatedGroup group1 = in testNanoRepeatedGroup() local 1401 group1.a = 1; in testNanoRepeatedGroup() 1406 msg.repeatedGroup = new TestAllTypesNano.RepeatedGroup[] { group0, group1, group2 }; in testNanoRepeatedGroup() 1414 .repeatedGroup = new TestAllTypesNano.RepeatedGroup[] { group1 }; in testNanoRepeatedGroup() 1435 .repeatedGroup = new TestAllTypesNano.RepeatedGroup[] { group0, group1 }; in testNanoRepeatedGroup() 2856 RepeatedExtensions.RepeatedGroup group1 = new RepeatedExtensions.RepeatedGroup(); in testExtensions() local 2857 group1.a = 31; in testExtensions() 2860 RepeatedExtensions.RepeatedGroup[] groups = {group1, group2}; in testExtensions() 2973 assertEquals(group1.a, deserializedRepeatedGroup[0].a); in testExtensions() 3106 RepeatedExtensions.RepeatedGroup group1 = new RepeatedExtensions.RepeatedGroup(); in testExtensionsMutation_Equals() local [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1290 final NotificationRecord group1 = generateNotificationRecord( in testFindGroupNotificationsLocked() local 1292 mService.addEnqueuedNotification(group1); in testFindGroupNotificationsLocked() 1293 mService.addNotification(group1); in testFindGroupNotificationsLocked() 1317 mService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked() 1318 group1.sbn.getUserId()); in testFindGroupNotificationsLocked() 1321 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked() 1683 NotificationChannelGroup group1 = new NotificationChannelGroup("a", "b"); in testCreateChannelGroupNotifyListener() local 1688 new ParceledListSlice(Arrays.asList(group1, group2))); in testCreateChannelGroupNotifyListener() 1690 eq(Process.myUserHandle()), eq(group1), in testCreateChannelGroupNotifyListener()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | message_test.py | 1082 generator.group1.add().field1.MergeFrom(messages[0]) 1083 generator.group1.add().field1.MergeFrom(messages[1]) 1084 generator.group1.add().field1.MergeFrom(messages[2])
|