HomeSort by relevance Sort by last modified time
    Searched refs:NeighboringCellInfo (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/telephony/java/android/telephony/
NeighboringCellInfo.aidl 20 parcelable NeighboringCellInfo
NeighboringCellInfo.java 35 public class NeighboringCellInfo implements Parcelable
73 * NeighboringCellInfo is one time shot for the neighboring cells based on
77 * @deprecated by {@link #NeighboringCellInfo(int, String, int)}
80 public NeighboringCellInfo() {
91 * NeighboringCellInfo is one time shot for the neighboring cells based on
95 * @deprecated by {@link #NeighboringCellInfo(int, String, int)}
98 public NeighboringCellInfo(int rssi, int cid) {
113 public NeighboringCellInfo(int rssi, String location, int radioType) {
162 public NeighboringCellInfo(Parcel in) {
214 * which {@link NeighboringCellInfo#getLac NeighboringCellInfo.getLac} an
    [all...]
TelephonyManager.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
NeighboringCellInfoTest.java 20 import android.telephony.NeighboringCellInfo;
32 NeighboringCellInfo nc;
34 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE);
39 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getPsc());
41 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS);
44 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getCid());
45 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getLac());
48 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UNKNOWN);
51 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getCid());
52 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getLac())
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
NeighboringCellInfoTest.java 26 import android.telephony.NeighboringCellInfo;
36 NeighboringCellInfo nc;
39 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE);
44 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getPsc());
46 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS);
49 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getCid());
50 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getLac());
53 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UNKNOWN);
56 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getCid());
57 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getLac())
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 29 import android.telephony.NeighboringCellInfo;
363 List<NeighboringCellInfo> getNeighboringCellInfo(String callingPkg);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 48 import android.telephony.NeighboringCellInfo;
215 private List<NeighboringCellInfo> mNeighboringCellResult = null;
627 private final void updateNeighboringCids(List<NeighboringCellInfo> cids) {
634 for (NeighboringCellInfo cell : cids) {
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 86 import android.telephony.NeighboringCellInfo;
205 if (data instanceof NeighboringCellInfo) {
206 return buildNeighboringCellInfo((NeighboringCellInfo) data);
693 private static JSONObject buildNeighboringCellInfo(NeighboringCellInfo data)
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 31 import android.telephony.NeighboringCellInfo;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 51 import android.telephony.NeighboringCellInfo;
286 request.result = new ArrayList<NeighboringCellInfo>(0);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 50 import android.telephony.NeighboringCellInfo;
    [all...]
  /frameworks/base/
Android.mk 533 frameworks/base/telephony/java/android/telephony/NeighboringCellInfo.aidl \
    [all...]
compiled-classes-phone     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 734 milliseconds

1 2