Searched refs:DIRECTION_INBOUND (Results 1 – 12 of 12) sorted by relevance
138 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in onReceive()167 in.putExtra("direction", BluetoothShare.DIRECTION_INBOUND); in onReceive()176 in.putExtra("direction", BluetoothShare.DIRECTION_INBOUND); in onReceive()229 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()257 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()266 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
91 + BluetoothShare.DIRECTION_INBOUND + ")";306 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()341 if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()378 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()
157 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "162 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "800 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in insertShare()814 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND in insertShare()1031 } else if (nextBatch.mDirection == BluetoothShare.DIRECTION_INBOUND in removeBatch()1055 && info.mDirection == BluetoothShare.DIRECTION_INBOUND && !info.mMediaScanned in scanFileIfNeeded()
404 if (mCurrentShare.mDirection == BluetoothShare.DIRECTION_INBOUND in markBatchFailed()490 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in start()561 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in startObexSession()869 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onShareAdded()
106 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND in onCreate()317 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in openCompleteTransfer()
229 public static final int DIRECTION_INBOUND = 1; field in BluetoothShare
99 } else if (mDirection == BluetoothShare.DIRECTION_INBOUND) { in isReadyToStart()
153 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mFilename != null) { in cancelBatch()
109 if (dir == BluetoothShare.DIRECTION_INBOUND) { in bindView()
230 if (dir == BluetoothShare.DIRECTION_INBOUND && con == null) { in insert()
276 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
188 if (direction == BluetoothShare.DIRECTION_INBOUND) { in displayWhichDialog()