OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRequestType
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java
50
int
mRequestType
;
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_ID)
[
all
...]
BluetoothPermissionActivity.java
57
private int
mRequestType
= 0;
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/
PreviewCommand.java
34
private final int
mRequestType
;
46
mRequestType
= requestType;
52
RequestBuilder photoRequest = mBuilderFactory.create(
mRequestType
);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPairingHelper.java
58
int
mRequestType
= intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
67
newIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
mRequestType
);
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java
71
private REQUEST_TYPE
mRequestType
;
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java
71
private REQUEST_TYPE
mRequestType
;
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java
71
private REQUEST_TYPE
mRequestType
;
/frameworks/base/media/java/android/media/
MediaDrm.java
666
private int
mRequestType
;
731
public int getRequestType() { return
mRequestType
; }
[
all
...]
Completed in 398 milliseconds