Searched refs:getConnectivityIntents (Results 1 – 9 of 9) sorted by relevance
45 if (ArrayUtils.contains(getConnectivityIntents(), action)) {70 final String[] intents = getConnectivityIntents(); in onStart()80 protected abstract String[] getConnectivityIntents(); in getConnectivityIntents() method in AbstractConnectivityPreferenceController
78 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractWifiMacAddressPreferenceController
75 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractIpAddressPreferenceController
74 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractBluetoothAddressPreferenceController
97 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractImsStatusPreferenceController
68 .when(preferenceController).getConnectivityIntents(); in testBroadcastReceiver()111 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in ConnectivityPreferenceControllerTest.ConcreteConnectivityPreferenceController
71 .that(ipAddressPreferenceController.getConnectivityIntents()) in testHasIntentFilters()
94 .that(bluetoothAddressPreferenceController.getConnectivityIntents()) in testHasBluetoothStateChangedFilter()
90 .that(mController.getConnectivityIntents()) in testHasIntentFilters()