Home
last modified time | relevance | path

Searched refs:handoverInitiated (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java124 boolean handoverInitiated = false; // transfer initiated by connection handover (eg NFC) field in BluetoothOppNotification.NotificationItem
280 item.handoverInitiated = in updateActiveNotification()
293 if (item.handoverInitiated) { in updateActiveNotification()
DBluetoothOppManager.java387 ArrayList<Uri> uris, boolean handoverInitiated) { in InsertShareInfoThread() argument
395 this.mIsHandoverInitiated = handoverInitiated; in InsertShareInfoThread()