Home | History | Annotate | Download | only in aware

Lines Matching refs:MAX_LENGTH

73     private static final int MAX_LENGTH = 255;
381 byte[] byteArray = new byte[MAX_LENGTH + 1];
382 for (int i = 0; i < MAX_LENGTH + 1; ++i) {
393 doBadPublishConfiguration("correctservicename", new byte[MAX_LENGTH + 1], null);
402 doBadPublishConfiguration("correctservicename", null, new byte[MAX_LENGTH + 1]);
476 byte[] byteArray = new byte[MAX_LENGTH + 1];
477 for (int i = 0; i < MAX_LENGTH + 1; ++i) {
488 doBadSubscribeConfiguration("correctservicename", new byte[MAX_LENGTH + 1], null);
497 doBadSubscribeConfiguration("correctservicename", null, new byte[MAX_LENGTH + 1]);
518 .setServiceSpecificInfo(new byte[MAX_LENGTH + 1]).build();
548 byte[] message = new byte[MAX_LENGTH];
565 byte[] message = new byte[MAX_LENGTH + 1];
681 cap.maxServiceNameLen = MAX_LENGTH;
682 cap.maxMatchFilterLen = MAX_LENGTH;
684 cap.maxServiceSpecificInfoLen = MAX_LENGTH;
685 cap.maxExtendedServiceSpecificInfoLen = MAX_LENGTH;