Loading src/com/android/bluetooth/opp/BluetoothOppNotification.java +4 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,8 @@ class BluetoothOppNotification { int totalTotal = 0; // total bytes for current transfer int timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers. String description; // the text above progress bar } Loading Loading @@ -247,6 +249,7 @@ class BluetoothOppNotification { // Batch sending case } else { NotificationItem item = new NotificationItem(); item.timeStamp = timeStamp; item.id = id; item.direction = dir; if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) { Loading Loading @@ -284,6 +287,7 @@ class BluetoothOppNotification { // Build the notification object Notification n = new Notification(); n.when = item.timeStamp; if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) { n.icon = android.R.drawable.stat_sys_upload; expandedView.setImageViewResource(R.id.appIcon, android.R.drawable.stat_sys_upload); Loading Loading
src/com/android/bluetooth/opp/BluetoothOppNotification.java +4 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,8 @@ class BluetoothOppNotification { int totalTotal = 0; // total bytes for current transfer int timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers. String description; // the text above progress bar } Loading Loading @@ -247,6 +249,7 @@ class BluetoothOppNotification { // Batch sending case } else { NotificationItem item = new NotificationItem(); item.timeStamp = timeStamp; item.id = id; item.direction = dir; if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) { Loading Loading @@ -284,6 +287,7 @@ class BluetoothOppNotification { // Build the notification object Notification n = new Notification(); n.when = item.timeStamp; if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) { n.icon = android.R.drawable.stat_sys_upload; expandedView.setImageViewResource(R.id.appIcon, android.R.drawable.stat_sys_upload); Loading