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.java151 session.setRepeatMode(mCurrentPlayerApplicationSettings.getSetting( in setCurrentPlayerApplicationSettings()
153 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.java468 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_MODE), anyInt())) in setUp()
472 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any())) in setUp()
474 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTPS_URL), any())) in setUp()
869 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any())) in testGetHttpProbeUrl()
878 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any())) in testGetHttpProbeUrl()
2797 when(mDependencies.getSetting(any(),
2812 when(mDependencies.getSetting(any(),
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1825 int mode = mDependencies.getSetting(mContext, symbol, defaultValue); in getIsCaptivePortalCheckEnabled()
2086 final String firstUrl = mDependencies.getSetting(mContext, CAPTIVE_PORTAL_FALLBACK_URL, in makeCaptivePortalFallbackUrls()
2193 setting = mDependencies.getSetting(context, symbol, null); in getSettingFromResource()
3109 public int getSetting(Context context, String symbol, int defaultValue) { in getSetting() method in NetworkMonitor.Dependencies
3118 public String getSetting(Context context, String symbol, String defaultValue) { in getSetting() method in NetworkMonitor.Dependencies