Searched refs:warnings (Results 1 – 5 of 5) sorted by relevance
30 LOCAL_CFLAGS += -Wno-constant-conversion -Wno-user-defined-warnings
450 String warnings = sb.toString().trim(); in onCreate() local451 if (warnings == null || "".equals(warnings)) { in onCreate()454 ((TextView) (findViewById(R.id.fs_warnings))).setText(warnings); in onCreate()
55 // Turn on all warnings.
3 # Only show warnings with the listed confidence levels. Leave empty to show74 # respectively contain the number of errors / warnings messages and the total
1748 public void warn(Iterable<String> warnings) {1749 for (String warning: warnings) {