Searched refs:NOTIFICATION_CODE (Results 1 – 2 of 2) sorted by relevance
25 …m.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.NOTIFICATION_CODE;68 assertEquals(hexStringToInt(NOTIFICATION_CODE), atNotification.notificationCode); in testDecode()93 AtNotification atNotification = new AtNotification(hexStringToInt(NOTIFICATION_CODE)); in testEncode()
63 public static final String NOTIFICATION_CODE = "8000"; field in EapTestAttributeDefinitions64 public static final byte[] AT_NOTIFICATION = hexStringToByteArray("0C01" + NOTIFICATION_CODE);