Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DLingerMonitor.java134 String[] notifySwitches = mResources.getStringArray(R.array.config_networkNotifySwitches); in isNotificationEnabled() local
137 Log.d(TAG, "Notify on network switches: " + Arrays.toString(notifySwitches)); in isNotificationEnabled()
140 for (String notifySwitch : notifySwitches) { in isNotificationEnabled()