/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | SsData.java | 82 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()
|
D | GsmMmiCode.java | 391 boolean cffEnabled = ((ssData.requestType == SsData.RequestType.SS_ACTIVATION || in parseSsData() 392 ssData.requestType == SsData.RequestType.SS_REGISTRATION) && in parseSsData() 458 private String getActionStringFromReqType(SsData.RequestType rType) { in getActionStringFromReqType()
|
/frameworks/base/core/java/android/content/om/ |
D | OverlayManagerTransaction.java | 99 @interface RequestType {} annotation in OverlayManagerTransaction.Request 108 @RequestType 116 public Request(@RequestType final int type, @NonNull final OverlayIdentifier overlay, in Request() 121 public Request(@RequestType final int type, @NonNull final OverlayIdentifier overlay, in Request() 189 @Request.RequestType final int type = in setEnabled()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/util/ |
D | NetworkSipCode.java | 22 import com.android.ims.rcs.uce.UceController.RequestType; 62 @RequestType int requestType) { in getCapabilityErrorFromSipCode()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsSsData.java | 82 public @interface RequestType{} annotation in ImsSsData 236 public final @RequestType int requestType; 467 public @RequestType int getRequestType() { in getRequestType()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/ |
D | UceDeviceState.java | 24 import com.android.ims.rcs.uce.UceController.RequestType; 228 @RequestType int requestType) { in refreshDeviceState() 327 private void updateErrorCode(int sipCode, String reason, @RequestType int requestType) { in updateErrorCode()
|
D | UceController.java | 103 void refreshDeviceState(int sipCode, String reason, @RequestType int type); in refreshDeviceState() 276 public @interface RequestType {} annotation in UceController 494 public void refreshDeviceState(int sipCode, String reason, @RequestType int type) {
|
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 59 using RequestType = int16_t; typedef 112 static constexpr RequestType EXIT = 0; 113 static constexpr RequestType BLOCK_MISSING = 1; 114 static constexpr RequestType PREFETCH = 2; 118 RequestType requestType; 125 static bool sendRequest(int fd, RequestType requestType, FileIdx fileIdx = -1, in sendRequest()
|
/frameworks/base/media/java/android/media/ |
D | MediaDrm.java | 1480 public @interface RequestType {} 1518 @RequestType
|
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 2073 public @interface RequestType {} annotation in LauncherApps.PinItemRequest 2091 @RequestType
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 9876 enum RequestType { enum 9889 optional RequestType request_type = 2; 10046 enum RequestType { enum 10053 optional RequestType request_type = 2;
|
/frameworks/base/boot/ |
D | preloaded-classes | 9990 com.android.internal.telephony.gsm.SsData$RequestType
|
D | boot-image-profile.txt | 34549 Lcom/android/internal/telephony/gsm/SsData$RequestType; 36668 [Lcom/android/internal/telephony/gsm/SsData$RequestType;
|
/frameworks/base/config/ |
D | preloaded-classes | 10011 com.android.internal.telephony.gsm.SsData$RequestType
|
D | boot-image-profile.txt | 44213 Lcom/android/internal/telephony/gsm/SsData$RequestType; 48849 [Lcom/android/internal/telephony/gsm/SsData$RequestType;
|