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
233
public static final int
DIRECTION_INBOUND
= 1;
BluetoothOppReceiver.java
151
if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
182
in.putExtra("direction", BluetoothShare.
DIRECTION_INBOUND
);
189
in.putExtra("direction", BluetoothShare.
DIRECTION_INBOUND
);
235
if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
263
} else if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
272
} else if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothOppTransferHistory.java
104
direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.
DIRECTION_INBOUND
283
if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
BluetoothOppService.java
627
} else if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
638
} else if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
661
if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
[
all
...]
BluetoothOppNotification.java
83
+ BluetoothShare.DIRECTION + " == " + BluetoothShare.
DIRECTION_INBOUND
+ ")";
270
} else if (item.direction == BluetoothShare.
DIRECTION_INBOUND
) {
301
if (item.direction == BluetoothShare.
DIRECTION_INBOUND
) {
324
} else if (item.direction == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothOppTransfer.java
299
if (mCurrentShare.mDirection == BluetoothShare.
DIRECTION_INBOUND
386
} else if (mBatch.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
440
} else if (mBatch.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
701
if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothOppTransferAdapter.java
110
if (dir == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothOppProvider.java
263
if (dir == BluetoothShare.
DIRECTION_INBOUND
&& con == null) {
324
qb.appendWhere(BluetoothShare.DIRECTION + "=" + BluetoothShare.
DIRECTION_INBOUND
BluetoothOppObexServerSession.java
274
values.put(BluetoothShare.DIRECTION, BluetoothShare.
DIRECTION_INBOUND
);
BluetoothOppTransferActivity.java
183
if (direction == BluetoothShare.
DIRECTION_INBOUND
) {
Completed in 721 milliseconds