TelephonyHelper
public class TelephonyHelper
extends Object
java.lang.객체 | |
↳ | com.android.tradefed.device.helper.TelephonyHelper |
전화 통신과 관련된 정보를 사용하고 가져오는 유틸리티입니다.
요약
중첩 클래스 | |
---|---|
class | TelephonyHelper.SimCardInformation SIM 카드 관련 정보에 대한 정보 보유자입니다. |
필드 | |
---|---|
public static final String | CARRIER_PRIVILEGES_KEY |
public static final String | PACKAGE_NAME |
public static final String | SECURED_ELEMENT_KEY |
public static final String | SE_SERVICE_KEY |
public static final String | SIM_STATE_KEY |
public static final TestDescription | SIM_TEST
|
공개 방법 | |
---|---|
static TelephonyHelper.SimCardInformation | getSimInfo ( ITestDevice device) 주어진 장치에서 SIM 카드와 관련된 정보를 가져옵니다. |
필드
CARRIER_PRIVILEGES_KEY
public static final String CARRIER_PRIVILEGES_KEY
패키지_이름
public static final String PACKAGE_NAME
보안_ELEMENT_KEY
public static final String SECURED_ELEMENT_KEY
SE_SERVICE_KEY
public static final String SE_SERVICE_KEY
SIM_STATE_KEY
public static final String SIM_STATE_KEY
공개 방법
getSimInfo
public static TelephonyHelper.SimCardInformation getSimInfo (ITestDevice device)
주어진 장치에서 SIM 카드와 관련된 정보를 가져옵니다.
매개변수 | |
---|---|
device | ITestDevice : 테스트 대상 장치 |
보고 | |
---|---|
TelephonyHelper.SimCardInformation | SIM 카드 정보로 채워진 SimCardInformation 개체 또는 문제가 있는 경우 null입니다. |
던지기 | |
---|---|
DeviceNotAvailableException |
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2023-03-30(UTC)
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]