Searched refs:getTetheredIfacePairs (Results 1 – 5 of 5) sorted by relevance
91 String[] getTetheredIfacePairs(); in getTetheredIfacePairs() method
2651 public String[] getTetheredIfacePairs() { in getTetheredIfacePairs() method in ConnectivityService2653 return mTethering.getTetheredIfacePairs(); in getTetheredIfacePairs()
1138 final String[] tetheredIfacePairs = mConnManager.getTetheredIfacePairs(); in getNetworkStatsTethering()
921 expect(mConnManager.getTetheredIfacePairs()).andReturn(tetherIfacePairs).atLeastOnce(); in expectNetworkStatsUidDetail()
675 public String[] getTetheredIfacePairs() { in getTetheredIfacePairs() method in Tethering