blob: 8c85bf7bc1d185691878305eac3795b8fd55738b [file] [log] [blame]
/*
* Copyright (C) 2007 The Android Open Source Project
*
* 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.
*/
package com.android.internal.location.protocol;
public interface GCellularProfile {
static final int PRIMARY_CELL = 1;
static final int TIMESTAMP = 2;
static final int NEIGHBORS = 3;
static final int HISTORICAL_CELLS = 4;
static final int PREFETCH_MODE = 5;
}