Home
last modified time | relevance | path

Searched refs:mRequestType (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/devicestate/
DOverrideRequest.java42 private final int mRequestType; field in OverrideRequest
83 mRequestType = requestType; in OverrideRequest()
114 return mRequestType; in getRequestType()
/frameworks/base/media/java/android/media/tv/
DAdRequest.java66 private final @RequestType int mRequestType; field in AdRequest
108 mRequestType = requestType; in AdRequest()
120 mRequestType = source.readInt(); in AdRequest()
152 return mRequestType; in getRequestType()
238 dest.writeInt(mRequestType); in writeToParcel()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DCapabilityRequest.java47 protected final @UceRequestType int mRequestType; field in CapabilityRequest
59 mRequestType = type; in CapabilityRequest()
72 mRequestType = type; in CapabilityRequest()
237 if (mRequestType == REQUEST_TYPE_CAPABILITY) { in getCapabilitiesFromCache()
239 } else if (mRequestType == REQUEST_TYPE_AVAILABILITY) { in getCapabilitiesFromCache()
DSubscribeRequest.java142 CapabilityRequest request = new SubscribeRequest(mSubId, mRequestType, in onCommandError()
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/
DOptionsRequestTest.java70 private int mRequestType = UceRequest.REQUEST_TYPE_CAPABILITY; field in OptionsRequestTest
158 OptionsRequest request = new OptionsRequest(mSubId, mRequestType, mRequestManagerCallback, in getOptionsRequest()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DRequestSession.java77 protected final String mRequestType; field in RequestSession
135 mRequestType = requestType; in RequestSession()
149 mCallingUid, ApiName.getMetricCodeFromRequestInfo(mRequestType)); in RequestSession()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureRequest.java273 private int mRequestType = -1; field in CaptureRequest
284 if (mRequestType == -1) { in getRequestType()
286 mRequestType = REQUEST_TYPE_REPROCESS; in getRequestType()
297 mRequestType = isZslStill ? REQUEST_TYPE_ZSL_STILL : REQUEST_TYPE_REGULAR; in getRequestType()
300 return mRequestType; in getRequestType()
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java2536 private final int mRequestType; field in LauncherApps.PinItemRequest
2544 mRequestType = type; in PinItemRequest()
2554 return mRequestType; in getRequestType()
2661 mRequestType = source.readInt(); in PinItemRequest()
2667 dest.writeInt(mRequestType); in writeToParcel()
/frameworks/base/media/java/android/media/
DMediaDrm.java1506 private int mRequestType;
1585 public int getRequestType() { return mRequestType; }
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12201 Landroid/content/pm/LauncherApps$PinItemRequest;->mRequestType:I
27142 Landroid/media/MediaDrm$KeyRequest;->mRequestType:I