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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CellNetworkScanResult.java 29 public class CellNetworkScanResult implements Parcelable {
47 public CellNetworkScanResult(int status, List<OperatorInfo> operators) {
53 * Construct a CellNetworkScanResult from a given parcel.
55 private CellNetworkScanResult(Parcel in) {
103 sb.append("CellNetworkScanResult: {");
114 public static final Parcelable.Creator<CellNetworkScanResult> CREATOR
115 = new Parcelable.Creator<CellNetworkScanResult>() {
118 public CellNetworkScanResult createFromParcel(Parcel in) {
119 return new CellNetworkScanResult(in);
122 public CellNetworkScanResult[] newArray(int size)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 155 milliseconds