OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CellNetworkScanResult
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CellNetworkScanResult.aidl
19
parcelable
CellNetworkScanResult
;
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
...]
ITelephony.aidl
31
import com.android.internal.telephony.
CellNetworkScanResult
;
704
* @return
CellNetworkScanResult
containing status of scan and networks.
706
CellNetworkScanResult
getCellNetworkScanResults(int subId);
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
62
import com.android.internal.telephony.
CellNetworkScanResult
;
689
CellNetworkScanResult
cellScanResult;
691
cellScanResult = new
CellNetworkScanResult
(
692
CellNetworkScanResult
.STATUS_SUCCESS,
[
all
...]
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
42
import com.android.internal.telephony.
CellNetworkScanResult
;
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 97 milliseconds