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
97
} else if (mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothShare.java
233
public static final int
DIRECTION_INBOUND
= 1;
BluetoothOppReceiver.java
150
if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
181
in.putExtra("direction", BluetoothShare.
DIRECTION_INBOUND
);
188
in.putExtra("direction", BluetoothShare.
DIRECTION_INBOUND
);
234
} else if (transInfo.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
243
} 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
603
} else if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
614
} else if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
637
if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
[
all
...]
BluetoothOppNotification.java
78
+ BluetoothShare.DIRECTION + " == " + BluetoothShare.
DIRECTION_INBOUND
+ ")";
257
} else if (item.direction == BluetoothShare.
DIRECTION_INBOUND
) {
286
} else if (item.direction == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothOppTransfer.java
323
if (mCurrentShare.mDirection == BluetoothShare.
DIRECTION_INBOUND
406
} else if (mBatch.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
460
} else if (mBatch.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
776
if (info.mDirection == BluetoothShare.
DIRECTION_INBOUND
) {
[
all
...]
BluetoothOppTransferAdapter.java
110
if (dir == BluetoothShare.
DIRECTION_INBOUND
) {
BluetoothOppProvider.java
260
if (dir == BluetoothShare.
DIRECTION_INBOUND
&& con == null) {
321
qb.appendWhere(BluetoothShare.DIRECTION + "=" + BluetoothShare.
DIRECTION_INBOUND
BluetoothOppObexServerSession.java
268
values.put(BluetoothShare.DIRECTION, BluetoothShare.
DIRECTION_INBOUND
);
BluetoothOppTransferActivity.java
183
if (direction == BluetoothShare.
DIRECTION_INBOUND
) {
Completed in 387 milliseconds