linuxman94

carloooooo

Apr 3rd, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. Install: /media/data/Sources/aospa/out/target/product/hammerhead/system/framework/com.android.location.provider.jar
  2. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/Hover.java:453: cannot find symbol
  3. symbol : class StatusBarNotification location: class com.android.systemui.statusbar.notification.Hover
  4. private boolean shouldDisplayNotification(StatusBarNotification n) {
  5. ^ frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/Hover.java:465: cannot find symbol symbol : class StatusBarNotification location: class com.android.systemui.statusbar.notification.Hover public static String getContentDescription(StatusBarNotification content) {
  6. ^ Install: /media/data/Sources/aospa/out/target/product/hammerhead/system/framework/content.jar Install: /media/data/Sources/aospa/out/target/product/hammerhead/system/framework/com.android.media.remotedisplay.jar Install: /media/data/Sources/aospa/out/target/product/hammerhead/system/framework/ime.jar
  7. Install: /media/data/Sources/aospa/out/target/product/hammerhead/system/framework/input.jar Install: /media/data/Sources/aospa/out/target/product/hammerhead/system/framework/media_cmd.jar
  8. Install: /media/data/Sources/aospa/out/target/product/hammerhead/system/framework/monkey.jar
  9. Install: /media/data/Sources/aospa/out/target/product/hammerhead/system/framework/pm.jar
  10. Install: /media/data/Sources/aospa/out/target/product/hammerhead/system/framework/requestsync.jar
  11. Copying: /media/data/Sources/aospa/out/target/common/obj/JAVA_LIBRARIES/services_intermediates/emma_out/lib/classes-jarjar.jar
  12. Install: /media/data/Sources/aospa/out/target/product/hammerhead/system/priv-app/Tag.apk
  13. Copying: /media/data/Sources/aospa/out/target/common/obj/APPS/TeleService_intermediates/emma_out/lib/classes-jarjar.jar
  14. Copying: /media/data/Sources/aospa/out/target/common/obj/APPS/WallpaperCropper_intermediates/emma_out/lib/classes-jarjar.jar frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/Hover.java:403: cannot return a value from method whose result type is void
  15. if (mCurrentNotification.toString().contains(newNotif)) return mCurrentNotification;
  16. ^
  17. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/Hover.java:404: cannot return a value from method whose result type is void
  18. else return null; ^
  19. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/Hover.java:455: getContentDescription(android.service.notification.StatusBarNotification) in com.android.systemui.statusbar.notification.PanelHelper cannot be applied to (com.android.systemui.statusbar.NotificationData.Entry)
  20. PanelHelper.getContentDescription(mCurrentEntry))) {
  21. ^
  22. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/Hover.java:467: cannot find symbol
  23. symbol : variable DELIMITER location: class com.android.systemui.statusbar.notification.Hover return content.getPackageName() + DELIMITER + content.getId();
  24. ^ frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/Hover.java:482: cannot find symbol symbol : variable DELIMITER
  25. location: class com.android.systemui.statusbar.notification.Hover
  26. return getContentDescription(entry.notification) + DELIMITER + entry.key;
  27. ^
  28. Copying: /media/data/Sources/aospa/out/target/common/obj/JAVA_LIBRARIES/mms-common_intermediates/emma_out/lib/classes-jarjar.jar
  29. Copying: /media/data/Sources/aospa/out/target/common/obj/APPS/CellBroadcastReceiver_intermediates/classes.jar
  30. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/HoverLayout.java:93: cannot find symbol
  31. symbol : method getChildAt(int)
  32. location: class android.view.View
  33. View view = mHover.getNotificationView().getChildAt(0);
  34. target Dex: NfcNci
  35. ^ Note: Some input files use or override a deprecated API.
  36. Note: Recompile with -Xlint:deprecation for details.
  37. Note: Some input files use unchecked or unsafe operations.
  38. Note: Recompile with -Xlint:unchecked for details.
  39. 9 errors
Advertisement
Add Comment
Please, Sign In to add comment