Searched defs:CellLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellLocation.java34 public abstract class CellLocation { class
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() {

Completed in 89 milliseconds