Searched refs:DIRECTION_INBOUND (Results 1 – 12 of 12) sorted by relevance
140 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in onReceive()169 in.putExtra("direction", BluetoothShare.DIRECTION_INBOUND); in onReceive()178 in.putExtra("direction", BluetoothShare.DIRECTION_INBOUND); in onReceive()231 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()260 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()269 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
156 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "161 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "794 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in insertShare()808 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND in insertShare()1027 } else if (nextBatch.mDirection == BluetoothShare.DIRECTION_INBOUND in removeBatch()1051 && info.mDirection == BluetoothShare.DIRECTION_INBOUND && !info.mMediaScanned in scanFileIfNeeded()
409 if (mCurrentShare.mDirection == BluetoothShare.DIRECTION_INBOUND in markBatchFailed()495 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in start()566 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in startObexSession()876 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onShareAdded()
93 + BluetoothShare.DIRECTION_INBOUND + ")";308 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()343 if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()381 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()
106 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND in onCreate()317 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in openCompleteTransfer()
99 } else if (mDirection == BluetoothShare.DIRECTION_INBOUND) { in isReadyToStart()
229 public static final int DIRECTION_INBOUND = 1; field in BluetoothShare
150 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mUri != null) { in cancelBatch()
109 if (dir == BluetoothShare.DIRECTION_INBOUND) { in bindView()
230 if (dir == BluetoothShare.DIRECTION_INBOUND && con == null) { in insert()
188 if (direction == BluetoothShare.DIRECTION_INBOUND) { in displayWhichDialog()
277 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()