Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java256 public final int notifyType; field in IkeNotifyPayload
416 @ProtocolId int protocolId, byte spiSize, int spi, int notifyType, byte[] notifyData) { in IkeNotifyPayload()
433 public IkeNotifyPayload(int notifyType, byte[] notifyData) { in IkeNotifyPayload()
448 public IkeNotifyPayload(int notifyType) { in IkeNotifyPayload()
460 @ProtocolId int protocolId, int spi, int notifyType, byte[] notifyData) { in IkeNotifyPayload()
DIkeMessage.java330 public boolean hasNotifyPayload(@NotifyType int notifyType) { in hasNotifyPayload()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ike3gpp/
DIke3gppBackoffTimer.java117 public static boolean isValidErrorNotifyCause(int notifyType) { in isValidErrorNotifyCause()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkNotificationManager.java157 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, in showNotification()
320 private boolean maybeNotifyViaDialog(Resources res, NotificationType notifyType, in maybeNotifyViaDialog()
341 public void clearNotification(int id, NotificationType notifyType) { in clearNotification()
DLingerMonitor.java184 int notifyType = mResources.getInteger(R.integer.config_networkNotifySwitchType); in notify() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java568 private void replyErrorNotification(@NotifyType int notifyType) { in replyErrorNotification()
572 private void replyErrorNotification(@NotifyType int notifyType, byte[] notifyData) { in replyErrorNotification()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java662 private void createChildSessionAndReceiveErrorNotification(int notifyType) throws Exception { in createChildSessionAndReceiveErrorNotification()
DIkeSessionStateMachineTest.java1299 List<IkePayload> payloadList, @IkeNotifyPayload.NotifyType int notifyType) { in isNotifyExist()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java8718 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType, int arg1) { in notifyNetworkCallbacks()
8735 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks()