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.java101 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, in showNotification()
DLingerMonitor.java174 int notifyType = in notify() local
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5196 int notifyType = ConnectivityManager.CALLBACK_AVAILABLE; in notifyNetworkCallback() local
5250 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType, int arg1) { in notifyNetworkCallbacks()
5264 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks()
5268 private String notifyTypeToName(int notifyType) { in notifyTypeToName()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4026 private void setNotification(int notifyType) { in setNotification()