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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CellNetworkScanResult.java 40 private final List<OperatorInfo> mOperators;
47 public CellNetworkScanResult(int status, List<OperatorInfo> operators) {
61 mOperators.add(OperatorInfo.CREATOR.createFromParcel(in));
78 public List<OperatorInfo> getOperators() {
92 for (OperatorInfo network : mOperators) {
106 for (OperatorInfo network : mOperators) {
OperatorInfo.java 25 public class OperatorInfo implements Parcelable {
60 OperatorInfo(String operatorAlphaLong,
73 public OperatorInfo(String operatorAlphaLong,
81 public OperatorInfo(String operatorAlphaLong,
108 return "OperatorInfo " + mOperatorAlphaLong
116 * This is a simple effort to make OperatorInfo parcelable rather than
129 * Method to serialize a OperatorInfo object.
141 * Method to deserialize a OperatorInfo object, or an array thereof.
143 public static final Creator<OperatorInfo> CREATOR =
144 new Creator<OperatorInfo>() {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 212 milliseconds