Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java460 int outboundNum; in updateCompletedNotification() local
498 outboundNum = outboundSuccNumber + outboundFailNumber; in updateCompletedNotification()
500 if (outboundNum > 0) { in updateCompletedNotification()
646 if (Flags.oppFixMultipleNotificationsIssues() && inboundNum > 0 && outboundNum > 0) { in updateCompletedNotification()