Home
last modified time | relevance | path

Searched defs:toNai (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DLingerMonitor.java119 private int getNotificationSource(NetworkAgentInfo toNai) { in getNotificationSource()
133 public boolean isNotificationEnabled(NetworkAgentInfo fromNai, NetworkAgentInfo toNai) { in isNotificationEnabled()
158 private void showNotification(NetworkAgentInfo fromNai, NetworkAgentInfo toNai) { in showNotification()
160 fromNai, toNai, createNotificationIntent(), true); in showNotification() local
183 private void notify(NetworkAgentInfo fromNai, NetworkAgentInfo toNai, boolean forceToast) { in notify()
229 @Nullable final NetworkAgentInfo toNai) { in noteLingerDefaultNetwork()
H A DNetworkNotificationManager.java389 public void showToast(NetworkAgentInfo fromNai, NetworkAgentInfo toNai) { in showToast()