HomeSort by relevance Sort by last modified time
    Searched refs:mRequestType (Results 1 - 10 of 10) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 57 int mRequestType;
78 mRequestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
83 if (DEBUG) Log.d(TAG, "onReceive request type: " + mRequestType + " return "
109 connectionAccessIntent.setType(Integer.toString(mRequestType));
111 mRequestType);
137 deleteIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, mRequestType);
139 switch (mRequestType) {
189 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID,
196 mRequestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
198 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 123 int mRequestType =
135 mRequestType);
  /packages/apps/TV/src/com/android/tv/dialog/
PinDialogFragment.java 92 private int mRequestType;
124 mRequestType = getArguments().getInt(ARGS_TYPE, PIN_DIALOG_TYPE_ENTER_PIN);
125 mType = mRequestType;
282 .onPinChecked(mPinChecked, mRequestType, mRatingString);
  /frameworks/base/core/java/android/content/pm/
LauncherApps.java     [all...]
  /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 715 private int mRequestType;
797 public int getRequestType() { return mRequestType; }
    [all...]

Completed in 131 milliseconds