Home
last modified time | relevance | path

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

/frameworks/opt/net/ike/src/java/com/android/ike/ikev2/message/
DIkeNotifyPayload.java89 public final int notifyType; field in IkeNotifyPayload
221 @NotifyType int notifyType, in IkeNotifyPayload()
239 public IkeNotifyPayload(@NotifyType int notifyType, byte[] notifyData) { in IkeNotifyPayload()
256 @ProtocolId int protocolId, int spi, @NotifyType int notifyType, byte[] notifyData) { in IkeNotifyPayload()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java109 private static int getIcon(int transportType, NotificationType notifyType) { in getIcon()
141 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, in showNotification()
290 public void clearNotification(int id, NotificationType notifyType) { in clearNotification()
DLingerMonitor.java176 int notifyType = in notify() local
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java6751 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType, int arg1) { in notifyNetworkCallbacks()
6770 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4007 public void setNotification(int notifyType) { in setNotification()