Searched refs:getConnectivityIntents (Results 1 – 9 of 9) sorted by relevance
45 if (ArrayUtils.contains(getConnectivityIntents(), action)) {70 final String[] intents = getConnectivityIntents(); in onStart()79 protected abstract String[] getConnectivityIntents(); in getConnectivityIntents() method in AbstractConnectivityPreferenceController
67 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractBluetoothAddressPreferenceController
82 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractImsStatusPreferenceController
74 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractWifiMacAddressPreferenceController
74 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractIpAddressPreferenceController
66 .when(preferenceController).getConnectivityIntents(); in testBroadcastReceiver()110 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in ConnectivityPreferenceControllerTest.ConcreteConnectivityPreferenceController
70 .that(ipAddressPreferenceController.getConnectivityIntents()) in testHasIntentFilters()
93 .that(bluetoothAddressPreferenceController.getConnectivityIntents()) in testHasBluetoothStateChangedFilter()
79 .that(wifiMacAddressPreferenceController.getConnectivityIntents()) in testHasIntentFilters()