Searched refs:RequestType (Results 1 – 8 of 8) sorted by relevance
82 public enum RequestType { enum in SsData104 public RequestType requestType;128 public RequestType RequestTypeFromRILInt(int type) { in RequestTypeFromRILInt()130 return RequestType.values()[type]; in RequestTypeFromRILInt()
382 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()
84 public @interface RequestType{} annotation in ImsSsData238 public final @RequestType int requestType;469 public @RequestType int getRequestType() { in getRequestType()
57 using RequestType = int16_t; typedef107 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()
1050 public @interface RequestType {}1088 @RequestType
1967 public @interface RequestType {} annotation in LauncherApps.PinItemRequest1985 @RequestType
8454 enum RequestType { enum8467 optional RequestType request_type = 2;8624 enum RequestType { enum8631 optional RequestType request_type = 2;
49817 Lcom/android/internal/telephony/gsm/SsData$RequestType;