Nick0703

Untitled

Mar 8th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. frameworks/opt/telephony/src/java/com/android/internal/telephony/util/BlacklistUtils.java:58: cannot find symbol
  2. symbol : variable Blacklist
  3. location: class com.android.internal.telephony.util.BlacklistUtils
  4. cv.put(Blacklist.PHONE_MODE, (flags & BLOCK_CALLS) != 0 ? 1 : 0);
  5. ^
  6. frameworks/opt/telephony/src/java/com/android/internal/telephony/util/BlacklistUtils.java:61: cannot find symbol
  7. symbol : variable Blacklist
  8. location: class com.android.internal.telephony.util.BlacklistUtils
  9. cv.put(Blacklist.MESSAGE_MODE, (flags & BLOCK_MESSAGES) != 0 ? 1 : 0);
  10. ^
  11. frameworks/opt/telephony/src/java/com/android/internal/telephony/util/BlacklistUtils.java:64: cannot find symbol
  12. symbol : variable Blacklist
  13. location: class com.android.internal.telephony.util.BlacklistUtils
  14. Uri uri = Uri.withAppendedPath(Blacklist.CONTENT_FILTER_BYNUMBER_URI, number);
  15. ^
  16. frameworks/opt/telephony/src/java/com/android/internal/telephony/util/BlacklistUtils.java:88: cannot find symbol
  17. symbol : variable Blacklist
  18. location: class com.android.internal.telephony.util.BlacklistUtils
  19. type = Blacklist.PHONE_MODE;
  20. ^
  21. frameworks/opt/telephony/src/java/com/android/internal/telephony/util/BlacklistUtils.java:91: cannot find symbol
  22. symbol : variable Blacklist
  23. location: class com.android.internal.telephony.util.BlacklistUtils
  24. type = Blacklist.MESSAGE_MODE;
  25. ^
  26. frameworks/opt/telephony/src/java/com/android/internal/telephony/util/BlacklistUtils.java:114: package Blacklist does not exist
  27. Uri.Builder builder = Blacklist.CONTENT_FILTER_BYNUMBER_URI.buildUpon();
  28. ^
  29. frameworks/opt/telephony/src/java/com/android/internal/telephony/util/BlacklistUtils.java:117: cannot find symbol
  30. symbol : variable Blacklist
  31. location: class com.android.internal.telephony.util.BlacklistUtils
  32. builder.appendQueryParameter(Blacklist.REGEX_KEY, "1");
  33. ^
  34. frameworks/opt/telephony/src/java/com/android/internal/telephony/util/BlacklistUtils.java:122: cannot find symbol
  35. symbol : variable Blacklist
  36. location: class com.android.internal.telephony.util.BlacklistUtils
  37. new String[] { Blacklist.IS_REGEX, type }, null, null, null);
  38. ^
  39. frameworks/opt/telephony/src/java/com/android/internal/telephony/util/BlacklistUtils.java:126: cannot find symbol
  40. symbol : variable Blacklist
  41. location: class com.android.internal.telephony.util.BlacklistUtils
  42. int regexColumnIndex = c.getColumnIndexOrThrow(Blacklist.IS_REGEX);
  43. ^
  44. ProGuard, version 4.4
  45. Note: Some input files use or override a deprecated API.
  46. Note: Recompile with -Xlint:deprecation for details.
  47. Note: Some input files use unchecked or unsafe operations.
  48. Note: Recompile with -Xlint:unchecked for details.
  49. 10 errors
  50. make: *** [/home/nick0703/android/pac/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/classes-full-debug.jar] Error 41
  51. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment