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 523 INetworkManagementService nmService = INetworkManagementService.Stub.asInterface(b);
525 mTethering = new Tethering(mContext, nmService, statsService, this, mHandler.getLooper());
534 nmService.registerObserver(mTethering);
535 nmService.registerObserver(mVpn);
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 134 public Tethering(Context context, INetworkManagementService nmService,
137 mNMService = nmService;
    [all...]

Completed in 196 milliseconds