Home
last modified time | relevance | path

Searched defs:mRequestType (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionActivity.java57 private int mRequestType = 0; field in BluetoothPermissionActivity
98 showDialog(getString(R.string.bluetooth_connect_access_dialog_title), mRequestType); in onCreate() local
100 showDialog(getString(R.string.bluetooth_phonebook_access_dialog_title), mRequestType); in onCreate() local
102 showDialog(getString(R.string.bluetooth_message_access_dialog_title), mRequestType); in onCreate() local
104 showDialog(getString(R.string.bluetooth_sim_card_access_dialog_title), mRequestType); in onCreate() local
H A DBluetoothPermissionRequest.java57 int mRequestType; field in BluetoothPermissionRequest
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
H A DPreviewCommand.java34 private final int mRequestType; field in PreviewCommand
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/
H A DOptionsRequestTest.java70 private int mRequestType = UceRequest.REQUEST_TYPE_CAPABILITY; field in OptionsRequestTest
/aosp12/packages/apps/TV/src/com/android/tv/dialog/
H A DPinDialogFragment.java80 private int mRequestType; field in PinDialogFragment
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
H A DCapabilityRequest.java47 protected final @UceRequestType int mRequestType; field in CapabilityRequest
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java267 private int mRequestType = -1; field in CaptureRequest
/aosp12/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java2077 private final int mRequestType; field in LauncherApps.PinItemRequest
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java233 final int mRequestType; field in DataConnection.ConnectionParams