Searched defs:notifyType (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
H A D | IkeNotifyPayload.java | 256 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()
|
H A D | IkeMessage.java | 330 public boolean hasNotifyPayload(@NotifyType int notifyType) { in hasNotifyPayload()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
H A D | NetworkNotificationManager.java | 157 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()
|
H A D | LingerMonitor.java | 184 int notifyType = mResources.getInteger(R.integer.config_networkNotifySwitchType); in notify() local
|
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/ike3gpp/ |
H A D | Ike3gppBackoffTimer.java | 117 public static boolean isValidErrorNotifyCause(int notifyType) { in isValidErrorNotifyCause()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
H A D | ChildSessionStateMachine.java | 568 private void replyErrorNotification(@NotifyType int notifyType) { in replyErrorNotification() 572 private void replyErrorNotification(@NotifyType int notifyType, byte[] notifyData) { in replyErrorNotification()
|
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
H A D | ChildSessionStateMachineTest.java | 662 private void createChildSessionAndReceiveErrorNotification(int notifyType) throws Exception { in createChildSessionAndReceiveErrorNotification()
|
H A D | IkeSessionStateMachineTest.java | 1299 List<IkePayload> payloadList, @IkeNotifyPayload.NotifyType int notifyType) { in isNotifyExist()
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/ |
H A D | ConnectivityService.java | 5956 int notifyType = ConnectivityManager.CALLBACK_AVAILABLE; in notifyNetworkCallback() local 6010 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | ServiceStateTracker.java | 4565 public void setNotification(int notifyType) { in setNotification()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/ |
H A D | ConnectivityService.java | 8739 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType, int arg1) { in notifyNetworkCallbacks() 8756 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks()
|