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

  /frameworks/base/core/java/android/net/
NetworkScoreManager.java 38 * (NetworkScoreManager) getSystemService(Context.NETWORK_SCORE_SERVICE)</pre>
132 IBinder iBinder = ServiceManager.getService(Context.NETWORK_SCORE_SERVICE);
  /packages/apps/Settings/src/com/android/settings/
ActiveNetworkScorerDialog.java 62 (NetworkScoreManager) getSystemService(Context.NETWORK_SCORE_SERVICE);
  /packages/apps/Settings/src/com/android/settings/wifi/
ConfigureWifiSettings.java 76 (NetworkScoreManager) getSystemService(Context.NETWORK_SCORE_SERVICE);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiQualifiedNetworkSelector.java 169 (NetworkScoreManager) context.getSystemService(Context.NETWORK_SCORE_SERVICE);
175 + NetworkKey.TYPE_WIFI + " service= " + Context.NETWORK_SCORE_SERVICE);
    [all...]
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 656 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class,
    [all...]
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java     [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiQualifiedNetworkSelectorTest.java 119 when(context.getSystemService(Context.NETWORK_SCORE_SERVICE)).thenReturn(mScoreManager);
    [all...]

Completed in 1417 milliseconds