Home
last modified time | relevance | path

Searched defs:notifyType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java144 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, in showNotification()
294 public void clearNotification(int id, NotificationType notifyType) { in clearNotification()
DLingerMonitor.java178 int notifyType = in notify() local
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java7378 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType, int arg1) { in notifyNetworkCallbacks()
7395 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4210 public void setNotification(int notifyType) { in setNotification()