Searched refs:getTetheringType (Results 1 – 9 of 9) sorted by relevance
92 if (client.getTetheringType() == TETHERING_WIFI in updateConnectedClients()172 return new TetheredClient(client.getMacAddress(), newAddrs, client.getTetheringType()); in pruneExpired()
9 method public int getTetheringType();86 method public int getTetheringType();
9 method public int getTetheringType();116 method public int getTetheringType();
87 public int getTetheringType() { in getTetheringType() method in TetheredClient
649 public int getTetheringType() {
2202 method public int getTetheringType();2279 method public int getTetheringType();
6451 method public int getTetheringType();6528 method public int getTetheringType();
416 assertEquals(TETHERING_ETHERNET, client.getTetheringType()); in checkTetheredClientCallbacks()