package com.android.internal.util; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public class Protocol { // Fields public static final int MAX_MESSAGE = 65535; public static final int BASE_SYSTEM_RESERVED = 65536; public static final int BASE_SYSTEM_ASYNC_CHANNEL = 69632; public static final int BASE_WIFI = 131072; public static final int BASE_WIFI_WATCHDOG = 135168; public static final int BASE_WIFI_P2P_MANAGER = 139264; public static final int BASE_WIFI_P2P_SERVICE = 143360; public static final int BASE_WIFI_MONITOR = 147456; public static final int BASE_DHCP = 196608; public static final int BASE_DATA_CONNECTION = 262144; public static final int BASE_DATA_CONNECTION_AC = 266240; public static final int BASE_DATA_CONNECTION_TRACKER = 270336; public static final int BASE_DNS_PINGER = 327680; // Constructors public Protocol(){ } }