Searched refs:getSetting (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | PlayerApplicationSettings.java | 115 public int getSetting(int settingType) { in getSetting() method in PlayerApplicationSettings 204 + repeatStatusToString(getSetting(REPEAT_STATUS)) in toString() 206 + shuffleStatusToString(getSetting(SHUFFLE_STATUS)) in toString()
|
D | AvrcpPlayer.java | 151 mCurrentPlayerApplicationSettings.getSetting( in setCurrentPlayerApplicationSettings() 154 mCurrentPlayerApplicationSettings.getSetting( in setCurrentPlayerApplicationSettings()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | PlayerApplicationSettingsTest.java | 55 assertThat(settings.getSetting(PlayerApplicationSettings.REPEAT_STATUS)) in makeSettings() 70 assertThat(settingsFromSetSupport.getSetting(PlayerApplicationSettings.REPEAT_STATUS)) in setSupport()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 592 .getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_MODE), anyInt()); in setUp() 596 .getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any()); in setUp() 598 .getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTPS_URL), any()); in setUp() 813 int mode = dp.getSetting(context, symbol, defaultValue); in getIsCaptivePortalCheckEnabled() 1087 .getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any()); in testGetHttpProbeUrl() 1098 .getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any()); in testGetHttpProbeUrl() 3623 doReturn(url).when(mDependencies).getSetting(any(), in setFallbackUrl() 3638 doReturn(mode).when(mDependencies).getSetting(any(), in setCaptivePortalMode()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 668 mDependencies.getSetting(context, CAPTIVE_PORTAL_HTTPS_URL, null); in NetworkMonitor() 670 mDependencies.getSetting(context, CAPTIVE_PORTAL_HTTP_URL, null); in NetworkMonitor() 2354 int mode = dependencies.getSetting(context, symbol, defaultValue); in getIsCaptivePortalCheckEnabled() 2627 final String firstUrl = mDependencies.getSetting(mContext, CAPTIVE_PORTAL_FALLBACK_URL, in makeCaptivePortalFallbackUrls() 3661 public int getSetting(Context context, String symbol, int defaultValue) { in getSetting() method in NetworkMonitor.Dependencies 3670 public String getSetting(Context context, String symbol, String defaultValue) { in getSetting() method in NetworkMonitor.Dependencies
|