Home | History | Annotate | Download | only in opp

Lines Matching refs:mDirection

594             Log.v(TAG, "DIRECTION: " + info.mDirection);
622 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
638 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
642 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) {
649 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND && mTransfer != null) {
653 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND
676 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) {
703 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION));
756 if (batch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
858 if (nextBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
863 } else if (nextBatch.mDirection == BluetoothShare.DIRECTION_INBOUND
912 && info.mDirection == BluetoothShare.DIRECTION_INBOUND && !info.mMediaScanned &&