Searched defs:notifyType (Results 1 – 7 of 7) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeNotifyPayload.java | 266 public final int notifyType; field in IkeNotifyPayload 426 @ProtocolId int protocolId, byte spiSize, int spi, int notifyType, byte[] notifyData) { in IkeNotifyPayload() 443 public IkeNotifyPayload(int notifyType, byte[] notifyData) { in IkeNotifyPayload() 458 public IkeNotifyPayload(int notifyType) { in IkeNotifyPayload() 470 @ProtocolId int protocolId, int spi, int notifyType, byte[] notifyData) { in IkeNotifyPayload()
|
D | IkeMessage.java | 372 public boolean hasNotifyPayload(@NotifyType int notifyType) { in hasNotifyPayload()
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | NetworkNotificationManager.java | 160 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, in showNotification() 333 private boolean maybeNotifyViaDialog(Resources res, NotificationType notifyType, in maybeNotifyViaDialog() 374 public void clearNotification(int id, NotificationType notifyType) { in clearNotification()
|
D | LingerMonitor.java | 183 int notifyType = mResources.getInteger(R.integer.config_networkNotifySwitchType); in notify() local
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachine.java | 612 private void replyErrorNotification(@NotifyType int notifyType) { in replyErrorNotification() 616 private void replyErrorNotification(@NotifyType int notifyType, byte[] notifyData) { in replyErrorNotification()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachineTest.java | 716 private void createChildSessionAndReceiveErrorNotification(int notifyType) throws Exception { in createChildSessionAndReceiveErrorNotification()
|
D | IkeSessionStateMachineTest.java | 1420 List<IkePayload> payloadList, @IkeNotifyPayload.NotifyType int notifyType) { in isNotifyExist()
|