OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIRECTION_OUTBOUND
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java
93
if (mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
BluetoothShare.java
228
public static final int
DIRECTION_OUTBOUND
= 0;
BluetoothOppTransfer.java
200
if (mBatch.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
242
if (mBatch.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
268
if (mBatch.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
337
if (info.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
403
if (mBatch.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
457
if (mBatch.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
[
all
...]
BluetoothOppReceiver.java
174
in.putExtra("direction", BluetoothShare.
DIRECTION_OUTBOUND
);
232
if (transInfo.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
240
if (transInfo.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
BluetoothOppTransferHistory.java
94
if (dir == BluetoothShare.
DIRECTION_OUTBOUND
) {
96
direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.
DIRECTION_OUTBOUND
BluetoothOppNotification.java
75
+ BluetoothShare.DIRECTION + " == " + BluetoothShare.
DIRECTION_OUTBOUND
+ ")";
255
if (item.direction == BluetoothShare.
DIRECTION_OUTBOUND
) {
284
if (item.direction == BluetoothShare.
DIRECTION_OUTBOUND
) {
BluetoothOppTransferAdapter.java
76
if (dir == BluetoothShare.
DIRECTION_OUTBOUND
) {
BluetoothOppService.java
572
if (info.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
599
if (info.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
610
if (info.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
&& mTransfer != null) {
712
if (batch.mDirection == BluetoothShare.
DIRECTION_OUTBOUND
) {
[
all
...]
BluetoothOppProvider.java
255
dir = BluetoothShare.
DIRECTION_OUTBOUND
;
257
if (dir == BluetoothShare.
DIRECTION_OUTBOUND
&& con == null) {
BluetoothOppTransferActivity.java
194
} else if (direction == BluetoothShare.
DIRECTION_OUTBOUND
) {
TestActivity.java
132
* BluetoothShare.
DIRECTION_OUTBOUND
); final Uri contentUri =
254
values.put(BluetoothShare.DIRECTION, BluetoothShare.
DIRECTION_OUTBOUND
);
Completed in 54 milliseconds