HomeSort by relevance Sort by last modified time
    Searched defs:CellLocation (Results 1 - 9 of 9) 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 26 import android.telephony.CellLocation;
32 @TestTargetClass(CellLocation.class)
72 CellLocation cl = CellLocation.getEmpty();
88 public void onCellLocationChanged(CellLocation location) {
103 CellLocation.requestLocationUpdate();
TelephonyManagerTest.java 31 import android.telephony.CellLocation;
82 public void onCellLocationChanged(CellLocation location) {
96 CellLocation.requestLocationUpdate();
122 CellLocation.requestLocationUpdate();
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 37 import android.telephony.CellLocation;
161 public void onCellLocationChanged(CellLocation location) {
318 CellLocation.requestLocationUpdate();
442 private final void updateLocation(CellLocation location) {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 106 milliseconds