/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothPermissionRequest.java | 57 int mRequestType; field in BluetoothPermissionRequest 80 Log.d(TAG, "onReceive request type: " + mRequestType); in onReceive() 106 connectionAccessIntent.setType(Integer.toString(mRequestType)); in onReceive() 108 mRequestType); in onReceive() 135 switch (mRequestType) { in onReceive() 200 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID); in onReceive() 209 } else if(mRequestType == BluetoothDevice.REQUEST_TYPE_SIM_ACCESS) { in getNotificationTag() 224 if (mRequestType != BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS in checkUserChoice() 226 && mRequestType != BluetoothDevice.REQUEST_TYPE_SIM_ACCESS) { in checkUserChoice() 241 if (mRequestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) { in checkUserChoice() [all …]
|
H A D | BluetoothPermissionActivity.java | 57 private int mRequestType = 0; field in BluetoothPermissionActivity 65 if (requestType != mRequestType) return; 92 mRequestType = i.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in onCreate() 95 if(DEBUG) Log.i(TAG, "onCreate() Request type: " + mRequestType); in onCreate() 97 if (mRequestType == BluetoothDevice.REQUEST_TYPE_PROFILE_CONNECTION) { in onCreate() 99 } else if (mRequestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) { in onCreate() 101 } else if (mRequestType == BluetoothDevice.REQUEST_TYPE_MESSAGE_ACCESS) { in onCreate() 103 } else if (mRequestType == BluetoothDevice.REQUEST_TYPE_SIM_ACCESS) { in onCreate() 107 Log.e(TAG, "Error: bad request type: " + mRequestType); in onCreate() 214 Log.i(TAG, "sendReplyIntentToReceiver() Request type: " + mRequestType in sendReplyIntentToReceiver() [all …]
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
H A D | PreviewCommand.java | 34 private final int mRequestType; field in PreviewCommand 46 mRequestType = requestType; in PreviewCommand() 52 RequestBuilder photoRequest = mBuilderFactory.create(mRequestType); in run()
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/ |
H A D | CapabilityRequest.java | 47 protected final @UceRequestType int mRequestType; field in CapabilityRequest 57 mRequestType = type; in CapabilityRequest() 68 mRequestType = type; in CapabilityRequest() 215 if (mRequestType == REQUEST_TYPE_CAPABILITY) { in getCapabilitiesFromCache() 217 } else if (mRequestType == REQUEST_TYPE_AVAILABILITY) { in getCapabilitiesFromCache()
|
/aosp12/packages/apps/TV/src/com/android/tv/dialog/ |
H A D | PinDialogFragment.java | 80 private int mRequestType; field in PinDialogFragment 121 mRequestType = getArguments().getInt(ARGS_TYPE, PIN_DIALOG_TYPE_ENTER_PIN); in onCreate() 122 mType = mRequestType; in onCreate() 269 .onPinChecked(mPinChecked, mRequestType, mRatingString);
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/ |
H A D | OptionsRequestTest.java | 70 private int mRequestType = UceRequest.REQUEST_TYPE_CAPABILITY; field in OptionsRequestTest 158 OptionsRequest request = new OptionsRequest(mSubId, mRequestType, mRequestManagerCallback, in getOptionsRequest()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CaptureRequest.java | 267 private int mRequestType = -1; field in CaptureRequest 276 if (mRequestType == -1) { in getRequestType() 278 mRequestType = REQUEST_TYPE_REPROCESS; in getRequestType() 289 mRequestType = isZslStill ? REQUEST_TYPE_ZSL_STILL : REQUEST_TYPE_REGULAR; in getRequestType() 292 return mRequestType; in getRequestType()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | LauncherApps.java | 2077 private final int mRequestType; field in LauncherApps.PinItemRequest 2085 mRequestType = type; in PinItemRequest() 2095 return mRequestType; in getRequestType() 2202 mRequestType = source.readInt(); in PinItemRequest() 2208 dest.writeInt(mRequestType); in writeToParcel()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DataConnection.java | 233 final int mRequestType; field in DataConnection.ConnectionParams 246 mRequestType = requestType; in ConnectionParams() 257 + " mRequestType=" + DcTracker.requestTypeToString(mRequestType) in toString() 928 if (cp.mRequestType == REQUEST_TYPE_HANDOVER) { in connect() 1205 Message msg = mDct.obtainMessage(event, cp.mRequestType, in notifyAllWithEvent() 1231 connectionCompletedMsg.arg1 = cp.mRequestType; in notifyConnectCompleted() 2732 mHandoverFailureMode, cp.mRequestType, mDcFailCause); in processMessage() 2865 && mConnectionParams.mRequestType == REQUEST_TYPE_HANDOVER) { in enter()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaDrm.java | 1440 private int mRequestType; 1519 public int getRequestType() { return mRequestType; }
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 15079 Landroid/content/pm/LauncherApps$PinItemRequest;->mRequestType:I 30020 Landroid/media/MediaDrm$KeyRequest;->mRequestType:I
|