HomeSort by relevance Sort by last modified time
    Searched defs:requestType (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/service/restrictions/
RestrictionsReceiver.java 56 * @param requestType the type of request, which determines the content and presentation of
65 String packageName, String requestType, String requestId, PersistableBundle request);
78 String requestType = intent.getStringExtra(RestrictionsManager.EXTRA_REQUEST_TYPE);
82 onRequestPermission(context, packageName, requestType, requestId, request);
  /system/chre/chre_api/include/chre_api/chre/
common.h 149 uint8_t requestType;
  /system/chre/chre_api/legacy/v1_1/chre/
common.h 149 uint8_t requestType;
  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestPhoneService.java 62 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE, 0);
64 if (requestType == Constants.COMM_TYPE_REQUEST_PROMPT_PERMISSION) {
67 } else if (requestType == Constants.COMM_TYPE_REQUEST_DATA) {
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestPhoneService.java 62 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE, 0);
64 if (requestType == Constants.COMM_TYPE_REQUEST_PROMPT_PERMISSION) {
67 } else if (requestType == Constants.COMM_TYPE_REQUEST_DATA) {
  /development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
IncomingRequestPhoneService.java 62 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE, 0);
64 if (requestType == Constants.COMM_TYPE_REQUEST_PROMPT_PERMISSION) {
67 } else if (requestType == Constants.COMM_TYPE_REQUEST_DATA) {
  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestWearService.java 71 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE);
73 if (requestType == Constants.COMM_TYPE_REQUEST_PROMPT_PERMISSION) {
76 } else if (requestType == Constants.COMM_TYPE_REQUEST_DATA) {
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestWearService.java 71 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE);
73 if (requestType == Constants.COMM_TYPE_REQUEST_PROMPT_PERMISSION) {
76 } else if (requestType == Constants.COMM_TYPE_REQUEST_DATA) {
  /development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/
IncomingRequestWearService.java 71 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE);
73 if (requestType == Constants.COMM_TYPE_REQUEST_PROMPT_PERMISSION) {
76 } else if (requestType == Constants.COMM_TYPE_REQUEST_DATA) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SsData.java 84 public enum RequestType {
106 public RequestType requestType;
115 requestType is SS_INTERROGATION */
130 public RequestType RequestTypeFromRILInt(int type) {
132 return RequestType.values()[type];
150 + " RequestType: " + requestType
  /hardware/interfaces/drm/1.0/default/
DrmPlugin.cpp 67 KeyRequestType requestType = KeyRequestType::UNKNOWN;
87 requestType = KeyRequestType::INITIAL;
90 requestType = KeyRequestType::RENEWAL;
93 requestType = KeyRequestType::RELEASE;
97 requestType = KeyRequestType::UNKNOWN;
101 _hidl_cb(toStatus(status), toHidlVec(legacyRequest), requestType,
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 500 uint8_t requestType = ANDROID_REQUEST_TYPE_REPROCESS;
502 &requestType, 1);
  /frameworks/base/obex/javax/obex/
ServerSession.java 98 int requestType = mInput.read();
99 if(V) Log.v(TAG, "Read request: " + requestType);
100 switch (requestType) {
111 handleGetRequest(requestType);
116 handlePutRequest(requestType);
  /frameworks/base/telephony/java/android/telephony/ims/
ImsSsData.java 192 public int requestType;
265 * @param requestType Supplementary Service request Type. Valid values are:
282 public ImsSsData(@ServiceType int serviceType, int requestType, int teleserviceType,
285 this.requestType = requestType;
293 requestType = in.readInt();
317 out.writeInt(requestType);
409 * This field will be null for RequestType SS_INTERROGATION
433 * - RequestType SS_INTERROGATION.
443 + " RequestType: " + requestTyp
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactInfoCache.java 112 int requestType =
122 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ true, requestType);
128 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType);
134 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType);
  /frameworks/base/core/java/android/content/
RestrictionsManager.java 454 * @param requestType The type of request. The type could be one of the
466 public void requestPermission(String requestType, String requestId, PersistableBundle request) {
467 if (requestType == null) {
468 throw new NullPointerException("requestType cannot be null");
478 mService.requestPermission(mContext.getPackageName(), requestType, requestId,
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java 79 String requestType = splitLine[0];
87 if (requestType.equals(CONNECT)) {
134 if (requestType.equals(CONNECT)) {
141 requestType, url, httpVersion);
155 if (requestType.equals(CONNECT)) {
162 requestType, url, httpVersion);
184 * @param requestType type of the request, a.k.a. HTTP method.
189 private void sendRequestLineWithPath(Socket server, String requestType,
194 requestType, absolutePath, httpVersion);
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutRequestPinProcessor.java 218 public boolean isRequestPinItemSupported(int callingUserId, int requestType) {
219 return getRequestPinConfirmationActivity(callingUserId, requestType) != null;
235 final int requestType = inShortcut != null ?
238 getRequestPinConfirmationActivity(userId, requestType);
265 requestType);
386 PinItemRequest request, int requestType) {
387 final String action = requestType == LauncherApps.PinItemRequest.REQUEST_TYPE_SHORTCUT ?
417 int callingUserId, int requestType) {
427 defaultLauncher.getPackageName(), launcherUserId, requestType);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 200 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
202 if (requestType != BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapServer.java 339 int requestType = mRfcommIn.read();
343 if (requestType == -1) {
345 Log.i(TAG, "requestType == -1");
350 Log.i(TAG, "requestType != -1");
352 SapMessage msg = SapMessage.readMessage(requestType, mRfcommIn);
356 switch (requestType) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/
wagon-provider-api-1.0-alpha-6.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
wagon-provider-api-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/
wagon-provider-api-1.0-beta-6.jar 
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
AbstractComponentWriter.java 589 ExecutableType requestType = MoreTypes.asExecutable(types.asMemberOf(
592 requestElement.getSimpleName().toString(), requestType);
596 requestType.getReturnType().getKind().equals(VOID)
600 requestType.getReturnType(), requestElement.getSimpleName().toString());
617 Iterables.getOnlyElement(requestType.getParameterTypes())),
625 if (!requestType.getReturnType().getKind().equals(VOID)) {
639 Provider.class, TypeNames.forTypeMirror(requestType.getReturnType()));
    [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 72 jfieldID requestType;
750 GET_FIELD_ID(gFields.keyRequest.requestType, clazz, "mRequestType", "I");
    [all...]

Completed in 583 milliseconds

1 2 3 4