Home
last modified time | relevance | path

Searched refs:RequestType (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSsData.java82 public enum RequestType { enum in SsData
104 public RequestType requestType;
128 public RequestType RequestTypeFromRILInt(int type) { in RequestTypeFromRILInt()
130 return RequestType.values()[type]; in RequestTypeFromRILInt()
DGsmMmiCode.java382 boolean cffEnabled = ((ssData.requestType == SsData.RequestType.SS_ACTIVATION || in parseSsData()
383 ssData.requestType == SsData.RequestType.SS_REGISTRATION) && in parseSsData()
449 private String getActionStringFromReqType(SsData.RequestType rType) { in getActionStringFromReqType()
/frameworks/base/telephony/java/android/telephony/ims/
DImsSsData.java84 public @interface RequestType{} annotation in ImsSsData
238 public final @RequestType int requestType;
469 public @RequestType int getRequestType() { in getRequestType()
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp57 using RequestType = int16_t; typedef
107 static constexpr RequestType EXIT = 0;
108 static constexpr RequestType BLOCK_MISSING = 1;
109 static constexpr RequestType PREFETCH = 2;
113 RequestType requestType;
120 static bool sendRequest(int fd, RequestType requestType, FileIdx fileIdx = -1, in sendRequest()
/frameworks/base/media/java/android/media/
DMediaDrm.java1050 public @interface RequestType {}
1088 @RequestType
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java1967 public @interface RequestType {} annotation in LauncherApps.PinItemRequest
1985 @RequestType
/frameworks/base/cmds/statsd/src/
Datoms.proto8454 enum RequestType { enum
8467 optional RequestType request_type = 2;
8624 enum RequestType { enum
8631 optional RequestType request_type = 2;
/frameworks/base/config/
Dboot-image-profile.txt49817 Lcom/android/internal/telephony/gsm/SsData$RequestType;