Searched defs:createGroup (Results  1 – 5 of 5) sorted by relevance
| /packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/ | 
| D | WifiP2pGroupListTest.java | 47     private WifiP2pGroup createGroup(  in createGroup()  method in WifiP2pGroupListTest
 | 
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ | 
| D | BaseContactsProvider2Test.java | 210     protected long createGroup(Account account, String sourceId, String title) {  in createGroup()  method in BaseContactsProvider2Test214     protected long createGroup(Account account, String sourceId, String title, int visible) {  in createGroup()  method in BaseContactsProvider2Test
 223     protected long createGroup(Account account, String sourceId, String title,  in createGroup()  method in BaseContactsProvider2Test
 
 | 
| D | ContactsActor.java | 793     public long createGroup(String groupName) {  in createGroup()  method in ContactsActor
 | 
| /packages/modules/Wifi/framework/java/android/net/wifi/p2p/ | 
| D | WifiP2pManager.java | 1942     public void createGroup(Channel channel, ActionListener listener) {  in createGroup()  method in WifiP2pManager1987     public void createGroup(@NonNull Channel channel,  in createGroup()  method in WifiP2pManager
 
 | 
| /packages/apps/Contacts/src/com/android/contacts/ | 
| D | ContactSaveService.java | 780     private void createGroup(Intent intent) {  in createGroup()  method in ContactSaveService
 |