Home
last modified time | relevance | path

Searched refs:downstream (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DEntitlementManager.java143 void onUiEntitlementFailed(int downstream); in onUiEntitlementFailed() argument
266 for (Integer downstream : mCurrentTethers) { in handleMaybeRunProvisioning()
267 if (mCellularPermitted.indexOfKey(downstream) < 0) { in handleMaybeRunProvisioning()
270 runUiTetherProvisioning(downstream, config.subId); in handleMaybeRunProvisioning()
272 runSilentTetherProvisioning(downstream, config.subId); in handleMaybeRunProvisioning()
650 public void getLatestTetheringEntitlementResult(int downstream, ResultReceiver receiver, in getLatestTetheringEntitlementResult() argument
653 downstream, encodeBool(showEntitlementUi), receiver)); in getLatestTetheringEntitlementResult()
657 private void handleGetLatestTetheringEntitlementValue(int downstream, ResultReceiver receiver, in handleGetLatestTetheringEntitlementValue() argument
667 downstream, TETHER_ERROR_ENTITLEMENT_UNKONWN); in handleGetLatestTetheringEntitlementValue()
671 ResultReceiver proxy = buildProxyReceiver(downstream, false/* notifyFail */, receiver); in handleGetLatestTetheringEntitlementValue()
[all …]
DIPv6TetheringCoordinator.java86 public void addActiveDownstream(IpServer downstream, int mode) { in addActiveDownstream() argument
87 if (findDownstream(downstream) == null) { in addActiveDownstream()
92 if (mActiveDownstreams.offer(new Downstream(downstream, mode, mNextSubnetId))) { in addActiveDownstream()
101 public void removeActiveDownstream(IpServer downstream) { in removeActiveDownstream() argument
102 stopIPv6TetheringOn(downstream); in removeActiveDownstream()
103 if (mActiveDownstreams.remove(findDownstream(downstream))) { in removeActiveDownstream()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java236 mEntitlementMgr.setOnUiEntitlementFailedListener((int downstream) -> { in Tethering() argument
238 stopTethering(downstream); in Tethering()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...