Searched refs:Tethering (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | TetheringTest.java | 173 private Tethering mTethering; 377 private Tethering makeTethering() { in makeTethering() 378 return new Tethering(mServiceContext, mNMService, mStatsService, mPolicyManager, in makeTethering() 652 Tethering.TetherMasterSM.EVENT_UPSTREAM_CALLBACK, in workingMobileUsbTethering_v6Then464xlat() 846 Tethering tethering = mock(Tethering.class); in userRestrictionsListenerBehaviour() 847 Tethering.TetheringUserRestrictionListener turl = in userRestrictionsListenerBehaviour() 848 new Tethering.TetheringUserRestrictionListener(tethering); in userRestrictionsListenerBehaviour()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 132 public class Tethering extends BaseNetworkObserver { class 134 private final static String TAG = Tethering.class.getSimpleName(); 139 Tethering.class, TetherMasterSM.class, IpServer.class 202 public Tethering(Context context, INetworkManagementService nmService, in Tethering() method in Tethering 747 synchronized (Tethering.this.mPublicSync) { in handleUsbAction() 765 synchronized (Tethering.this.mPublicSync) { in handleWifiApAction() 787 private final Tethering mWrapper; 789 public TetheringUserRestrictionListener(Tethering wrapper) { in TetheringUserRestrictionListener()
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 203 // Inform that USB is configured for Tethering
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 189 import com.android.server.connectivity.Tethering; 282 private Tethering mTethering; 1042 protected Tethering makeTethering() { in makeTethering() 1054 return new Tethering(mContext, mNMS, mStatsService, mPolicyManager, in makeTethering()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsService.java | 141 import com.android.server.connectivity.Tethering;
|
/frameworks/base/services/ |
D | art-profile | 856 …com/android/server/ConnectivityService;->makeTethering()Lcom/android/server/connectivity/Tethering; 5352 HSPLcom/android/server/connectivity/-$$Lambda$Tethering$5JkghhOVq1MW7iK03DMZUSuLdFM;->accept(Ljava/… 5353 HSPLcom/android/server/connectivity/-$$Lambda$Tethering$CZZ1cyMeU7DUmSuQSKselF5XA5o;->accept(Ljava/… 5592 HSPLcom/android/server/connectivity/Tethering$3;->updateInterfaceState(Landroid/net/ip/IpServer;II)V 5593 HSPLcom/android/server/connectivity/Tethering$3;->updateLinkProperties(Landroid/net/ip/IpServer;Lan… 5594 HSPLcom/android/server/connectivity/Tethering$StateReceiver;->handleConnectivityAction(Landroid/con… 5595 HSPLcom/android/server/connectivity/Tethering$StateReceiver;->handleUsbAction(Landroid/content/Inte… 5596 HSPLcom/android/server/connectivity/Tethering$StateReceiver;->onReceive(Landroid/content/Context;La… 5597 HSPLcom/android/server/connectivity/Tethering$TetherMasterSM$InitialState;->processMessage(Landroid… 5598 HSPLcom/android/server/connectivity/Tethering$TetherMasterSM$OffloadWrapper;->excludeDownstreamInte… [all …]
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 199 import com.android.server.connectivity.Tethering; 1148 protected Tethering makeTethering() { in makeTethering() 1149 return mock(Tethering.class); in makeTethering()
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 1020 // OPEN: Settings > More > Tethering & portable hotspot
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 708 // OPEN: Settings > More > Tethering & portable hotspot
|