Searched defs:downstream (Results 1 – 3 of 3) sorted by relevance
86 public void addActiveDownstream(IpServer downstream, int mode) { in addActiveDownstream()101 public void removeActiveDownstream(IpServer downstream) { in removeActiveDownstream()
143 void onUiEntitlementFailed(int downstream); in onUiEntitlementFailed()650 public void getLatestTetheringEntitlementResult(int downstream, ResultReceiver receiver, in getLatestTetheringEntitlementResult()657 private void handleGetLatestTetheringEntitlementValue(int downstream, ResultReceiver receiver, in handleGetLatestTetheringEntitlementValue()
236 mEntitlementMgr.setOnUiEntitlementFailedListener((int downstream) -> { in Tethering()