Searched refs:getTetheredIfacePairs (Results 1 – 5 of 5) sorted by relevance
90 String[] getTetheredIfacePairs(); in getTetheredIfacePairs() method
829 expect(mConnManager.getTetheredIfacePairs()).andReturn(tetherIfacePairs).anyTimes(); in expectNetworkStatsPoll()
2435 public String[] getTetheredIfacePairs() { in getTetheredIfacePairs() method in ConnectivityService2437 return mTethering.getTetheredIfacePairs(); in getTetheredIfacePairs()
648 public String[] getTetheredIfacePairs() { in getTetheredIfacePairs() method in Tethering
805 final String[] tetheredIfacePairs = mConnManager.getTetheredIfacePairs(); in performPollLocked()