Home
last modified time | relevance | path

Searched refs:NOTIFICATION_MESSAGE (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapMsChapV2StateTest.java54 protected static final String NOTIFICATION_MESSAGE = "test"; field in EapMsChapV2StateTest
90 EapData eapData = new EapData(EAP_NOTIFICATION, NOTIFICATION_MESSAGE.getBytes()); in testHandleEapNotification()
DEapAkaPrimeStateTest.java52 protected static final String NOTIFICATION_MESSAGE = "test"; field in EapAkaPrimeStateTest
56 EapData eapData = new EapData(EAP_NOTIFICATION, NOTIFICATION_MESSAGE.getBytes()); in testProcessNotification()
DEapSimStateTest.java63 protected static final String NOTIFICATION_MESSAGE = "test"; field in EapSimStateTest
99 EapData eapData = new EapData(EAP_NOTIFICATION, NOTIFICATION_MESSAGE.getBytes()); in testProcessNotification()
DEapAkaStateTest.java62 protected static final String NOTIFICATION_MESSAGE = "test"; field in EapAkaStateTest
98 EapData eapData = new EapData(EAP_NOTIFICATION, NOTIFICATION_MESSAGE.getBytes()); in testProcessNotification()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DMessage.java63 BLUETOOTH_MAP_MESSAGE, NOTIFICATION_MESSAGE enumConstant
95 MessageType.NOTIFICATION_MESSAGE, in parseFromMessage()