Home
last modified time | relevance | path

Searched defs:createGroup (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pGroupListTest.java47 private WifiP2pGroup createGroup( in createGroup() method in WifiP2pGroupListTest
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java215 protected long createGroup(Account account, String sourceId, String title) { in createGroup() method in BaseContactsProvider2Test
219 protected long createGroup(Account account, String sourceId, String title, int visible) { in createGroup() method in BaseContactsProvider2Test
228 protected long createGroup(Account account, String sourceId, String title, in createGroup() method in BaseContactsProvider2Test
DContactsActor.java793 public long createGroup(String groupName) { in createGroup() method in ContactsActor
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pManager.java2386 public void createGroup(Channel channel, ActionListener listener) { in createGroup() method in WifiP2pManager
2431 public void createGroup(@NonNull Channel channel, in createGroup() method in WifiP2pManager
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java780 private void createGroup(Intent intent) { in createGroup() method in ContactSaveService