Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java461 int inboundNum; in updateCompletedNotification() local
587 inboundNum = inboundSuccNumber + inboundFailNumber; in updateCompletedNotification()
589 if (inboundNum > 0) { in updateCompletedNotification()
646 if (Flags.oppFixMultipleNotificationsIssues() && inboundNum > 0 && outboundNum > 0) { in updateCompletedNotification()