Home
last modified time | relevance | path

Searched refs:getSetting (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java152 session.setRepeatMode(mCurrentPlayerApplicationSettings.getSetting( in setCurrentPlayerApplicationSettings()
154 session.setShuffleMode(mCurrentPlayerApplicationSettings.getSetting( in setCurrentPlayerApplicationSettings()
DPlayerApplicationSettings.java120 public int getSetting(int settingType) { in getSetting() method in PlayerApplicationSettings
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java447 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_MODE), anyInt())) in setUp()
451 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any())) in setUp()
453 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTPS_URL), any())) in setUp()
847 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any())) in testGetHttpProbeUrl()
856 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any())) in testGetHttpProbeUrl()
2518 when(mDependencies.getSetting(any(),
2533 when(mDependencies.getSetting(any(),
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1786 int mode = mDependencies.getSetting(mContext, symbol, defaultValue); in getIsCaptivePortalCheckEnabled()
2054 final String firstUrl = mDependencies.getSetting(mContext, CAPTIVE_PORTAL_FALLBACK_URL, in makeCaptivePortalFallbackUrls()
2155 setting = mDependencies.getSetting(context, symbol, null); in getSettingFromResource()
3134 public int getSetting(Context context, String symbol, int defaultValue) { in getSetting() method in NetworkMonitor.Dependencies
3143 public String getSetting(Context context, String symbol, String defaultValue) { in getSetting() method in NetworkMonitor.Dependencies