Searched refs:mRequestType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionRequest.java50 int mRequestType; field in class:BluetoothPermissionRequest
71 mRequestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
76 if (DEBUG) Log.d(TAG, "onReceive request type: " + mRequestType + " return "
102 connectionAccessIntent.setType(Integer.toString(mRequestType));
104 mRequestType);
137 deleteIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, mRequestType);
139 switch (mRequestType) {
182 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID,
190 mRequestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
192 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_I
[all...]
H A DBluetoothPermissionActivity.java57 private int mRequestType = 0; field in class:BluetoothPermissionActivity
65 if (requestType != mRequestType) return;
93 mRequestType = i.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
96 if(DEBUG) Log.i(TAG, "onCreate() Request type: " + mRequestType);
98 if (mRequestType == BluetoothDevice.REQUEST_TYPE_PROFILE_CONNECTION) {
99 showDialog(getString(R.string.bluetooth_connection_permission_request), mRequestType);
100 } else if (mRequestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {
101 showDialog(getString(R.string.bluetooth_phonebook_request), mRequestType);
102 } else if (mRequestType == BluetoothDevice.REQUEST_TYPE_MESSAGE_ACCESS) {
103 showDialog(getString(R.string.bluetooth_map_request), mRequestType);
[all...]
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
H A DPreviewCommand.java34 private final int mRequestType; field in class:PreviewCommand
46 mRequestType = requestType;
52 RequestBuilder photoRequest = mBuilderFactory.create(mRequestType);

Completed in 67 milliseconds