HomeSort by relevance Sort by last modified time
    Searched defs:CellLocation (Results 1 - 15 of 15) sorted by null

  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 34 public abstract class CellLocation {
53 * Create a new CellLocation from a intent notifier Bundle
59 * @return newly created CellLocation
63 public static CellLocation newFromBundle(Bundle bundle) {
87 * Return a new CellLocation object representing an unknown
91 public static CellLocation getEmpty() {
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java 22 import android.telephony.CellLocation;
55 CellLocation cl = CellLocation.getEmpty();
71 public void onCellLocationChanged(CellLocation location) {
86 CellLocation.requestLocationUpdate();
TelephonyManagerTest.java 27 import android.telephony.CellLocation;
76 public void onCellLocationChanged(CellLocation location) {
90 CellLocation.requestLocationUpdate();
116 CellLocation.requestLocationUpdate();
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 37 import android.telephony.CellLocation;
162 public void onCellLocationChanged(CellLocation location) {
339 CellLocation.requestLocationUpdate();
471 private final void updateLocation(CellLocation location) {
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 67 milliseconds