Home
last modified time | relevance | path

Searched defs:currentConfig (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothSampleRateDialogPreferenceController.java62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues() local
98 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex() local
DBluetoothChannelModeDialogPreferenceController.java62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues() local
92 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex() local
DBluetoothBitPerSampleDialogPreferenceController.java62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues() local
95 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex() local
DBluetoothQualityDialogPreferenceController.java96 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in updateState() local
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DNetworkPolicyTestUtils.java233 final WifiConfiguration currentConfig = getWifiConfiguration(ssid); in setWifiMeteredStatus() local
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationSbnAdapter.java86 Configuration currentConfig = mContext.getResources().getConfiguration(); in NotificationSbnAdapter() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImpl.java225 WifiConfiguration currentConfig = getCurrentNetworkLocalConfig(ifaceName); in getCurrentNetworkId() local
569 WifiConfiguration currentConfig = getCurrentNetworkLocalConfig(ifaceName); in connectToNetwork() local
3108 WifiConfiguration currentConfig = getCurrentNetworkLocalConfig(ifaceName); in updateOnLinkedNetworkRoaming() local
3141 WifiConfiguration currentConfig = getCurrentNetworkLocalConfig(ifaceName); in updateLinkedNetworks() local
3227 WifiConfiguration currentConfig = getCurrentNetworkLocalConfig(ifaceName); in getCurrentNetworkSecurityParams() local
DSupplicantStaIfaceHalHidlImpl.java319 WifiConfiguration currentConfig = getCurrentNetworkLocalConfig(ifaceName); in getCurrentNetworkId() local
1015 WifiConfiguration currentConfig = getCurrentNetworkLocalConfig(ifaceName); in connectToNetwork() local
3776 WifiConfiguration currentConfig = getCurrentNetworkLocalConfig(ifaceName); in updateOnLinkedNetworkRoaming() local
3810 WifiConfiguration currentConfig = getCurrentNetworkLocalConfig(ifaceName); in updateLinkedNetworks() local
3896 WifiConfiguration currentConfig = getCurrentNetworkLocalConfig(ifaceName); in getCurrentNetworkSecurityParams() local
DClientModeImpl.java1148 WifiConfiguration currentConfig = getConnectedWifiConfiguration(); in onNetworkRemoved() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java151 SystemBarConfig currentConfig = mSystemBarConfigMap.get(side); in updateInsetPaddings() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java781 SoftApConfiguration currentConfig = new SoftApConfiguration.Builder() in testCheckConfigurationChangeNeedToRestart() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java3118 WifiConfiguration currentConfig = new WifiConfiguration(); in makeLastSelectedWifiConfiguration() local
3131 WifiConfiguration currentConfig = makeLastSelectedWifiConfiguration(5, in testIsRecentlySelectedByTheUser_SameNetworkNotExpired() local
3144 WifiConfiguration currentConfig = makeLastSelectedWifiConfiguration(5, in testIsRecentlySelectedByTheUser_SameNetworkExpired() local
3156 WifiConfiguration currentConfig = makeLastSelectedWifiConfiguration(5, in testIsRecentlySelectedByTheUser_DifferentNetwork() local
DWifiConfigManagerTest.java7137 WifiConfiguration currentConfig = WifiConfigurationTestUtil.createPskNetwork(); in testRemoveExcessNetworksOnAdd() local
7205 WifiConfiguration currentConfig = WifiConfigurationTestUtil.createPskNetwork(); in testRemoveExcessAppAddedNetworksOnAdd() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java1087 SoftApConfiguration currentConfig, SoftApConfiguration newConfig) { in checkConfigurationChangeNeedToRestart()