HomeSort by relevance Sort by last modified time
    Searched refs:nmService (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/
ThrottleServiceTest.java 232 final INetworkManagementService nmService = INetworkManagementService.Stub.asInterface(b);
235 Log.d(TAG, nmService.getNetworkStatsSummary().toString());
236 Log.d(TAG, nmService.getNetworkStatsDetail().toString());
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 142 public ThrottleService(Context context, INetworkManagementService nmService, TrustedTime time,
158 mNMService = nmService;
    [all...]
ConnectivityService.java 502 INetworkManagementService nmService = INetworkManagementService.Stub.asInterface(b);
504 mTethering = new Tethering(mContext, nmService, statsService, mHandler.getLooper());
513 nmService.registerObserver(mTethering);
514 nmService.registerObserver(mVpn);
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 129 public Tethering(Context context, INetworkManagementService nmService,
132 mNMService = nmService;
    [all...]

Completed in 2235 milliseconds