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

  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 147 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
209 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 162 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
SystemServer.java 460 ServiceManager.addService(Context.NETWORKMANAGEMENT_SERVICE, networkManagement);
    [all...]
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 489 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
  /development/apps/Development/src/com/android/development/
Connectivity.java 258 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
  /packages/apps/Settings/src/com/android/settings/
Settings.java 561 .asInterface(ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE));
    [all...]
DataUsageSummary.java 268 ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE));
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 330 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 641 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
    [all...]

Completed in 4028 milliseconds