OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIRECTION_INBOUND
(Results
1 - 12
of
12
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java
141
if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
&& info.mFilename != null) {
169
if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
&& info.mFilename != null) {
BluetoothOppShareInfo.java
99
} else if (mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothShare.java
227
public static final int
DIRECTION_INBOUND
= 1;
BluetoothOppReceiver.java
158
if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
184
in.putExtra("direction", BluetoothShare.
DIRECTION_INBOUND
);
191
in.putExtra("direction", BluetoothShare.
DIRECTION_INBOUND
);
237
if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
265
} else if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
274
} else if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothOppTransferHistory.java
106
direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.
DIRECTION_INBOUND
291
if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
BluetoothOppService.java
642
} else if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
653
} else if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
676
if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
[
all
...]
BluetoothOppNotification.java
85
+ BluetoothShare.DIRECTION + " == " + BluetoothShare.
DIRECTION_INBOUND
+ ")";
272
} else if (item.direction == BluetoothShare.
DIRECTION_INBOUND
) {
303
if (item.direction == BluetoothShare.
DIRECTION_INBOUND
) {
336
} else if (item.direction == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothOppTransfer.java
301
if (mCurrentShare.mDirection == BluetoothShare.
DIRECTION_INBOUND
388
} else if (mBatch.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
442
} else if (mBatch.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
703
if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothOppTransferAdapter.java
110
if (dir == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothOppProvider.java
256
if (dir == BluetoothShare.
DIRECTION_INBOUND
&& con == null) {
BluetoothOppObexServerSession.java
272
values.put(BluetoothShare.DIRECTION, BluetoothShare.
DIRECTION_INBOUND
);
BluetoothOppTransferActivity.java
183
if (direction == BluetoothShare.
DIRECTION_INBOUND
) {
Completed in 5717 milliseconds