Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java57 private int mRequestType = 0; field in BluetoothPermissionActivity
99 showDialog(getString(R.string.bluetooth_connection_permission_request), mRequestType); in onCreate() local
101 showDialog(getString(R.string.bluetooth_phonebook_request), mRequestType); in onCreate() local
103 showDialog(getString(R.string.bluetooth_map_request), mRequestType); in onCreate() local
105 showDialog(getString(R.string.bluetooth_sap_request), mRequestType); in onCreate() local
DBluetoothPermissionRequest.java50 int mRequestType; field in BluetoothPermissionRequest
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
DPreviewCommand.java34 private final int mRequestType; field in PreviewCommand