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
68 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractBluetoothAddressPreferenceController
79 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractWifiMacAddressPreferenceController
75 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractIpAddressPreferenceController
97 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in AbstractImsStatusPreferenceController
67 .when(preferenceController).getConnectivityIntents(); in testBroadcastReceiver()110 protected String[] getConnectivityIntents() { in getConnectivityIntents() method in ConnectivityPreferenceControllerTest.ConcreteConnectivityPreferenceController
71 .that(ipAddressPreferenceController.getConnectivityIntents()) in testHasIntentFilters()
94 .that(bluetoothAddressPreferenceController.getConnectivityIntents()) in testHasBluetoothStateChangedFilter()
92 .that(mController.getConnectivityIntents()) in testHasIntentFilters()