Home
last modified time | relevance | path

Searched refs:getConnectivityIntents (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DAbstractConnectivityPreferenceController.java45 if (ArrayUtils.contains(getConnectivityIntents(), action)) {
70 final String[] intents = getConnectivityIntents(); in onStart()
80 protected abstract String[] getConnectivityIntents(); in getConnectivityIntents() method in AbstractConnectivityPreferenceController
H A DAbstractBluetoothAddressPreferenceController.java68 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractBluetoothAddressPreferenceController
H A DAbstractWifiMacAddressPreferenceController.java80 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractWifiMacAddressPreferenceController
H A DAbstractIpAddressPreferenceController.java75 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractIpAddressPreferenceController
H A DAbstractImsStatusPreferenceController.java97 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractImsStatusPreferenceController
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
H A DConnectivityPreferenceControllerTest.java68 .when(preferenceController).getConnectivityIntents(); in testBroadcastReceiver()
111 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in ConnectivityPreferenceControllerTest.ConcreteConnectivityPreferenceController
H A DIpAddressPreferenceControllerTest.java71 .that(ipAddressPreferenceController.getConnectivityIntents()) in testHasIntentFilters()
H A DBluetoothAddressPreferenceControllerTest.java94 .that(bluetoothAddressPreferenceController.getConnectivityIntents()) in testHasBluetoothStateChangedFilter()
H A DWifiMacAddressPreferenceControllerTest.java92 .that(mController.getConnectivityIntents()) in testHasIntentFilters()