Searched refs:isNullOrEmpty (Results 1 – 12 of 12) sorted by relevance
97 assertTrue(CollectionUtils.isNullOrEmpty((List<String>) null)); in testIsNullOrEmpty()98 assertTrue(CollectionUtils.isNullOrEmpty((Map<String, String>) null)); in testIsNullOrEmpty()99 assertTrue(CollectionUtils.isNullOrEmpty(new ArrayList<String>())); in testIsNullOrEmpty()100 assertTrue(CollectionUtils.isNullOrEmpty(new HashMap<String, String>())); in testIsNullOrEmpty()101 assertFalse(CollectionUtils.isNullOrEmpty(Collections.singletonList("Not empty"))); in testIsNullOrEmpty()102 assertFalse(CollectionUtils.isNullOrEmpty(Collections.singletonMap("Not", "empty"))); in testIsNullOrEmpty()
127 if (Strings.isNullOrEmpty(fileName)) { in upload()137 if (!Strings.isNullOrEmpty(bugReport.getAudioFileName())) { in upload()141 if (!Strings.isNullOrEmpty(bugReport.getBugReportFileName())) { in upload()148 if (Strings.isNullOrEmpty(bugReport.getFilePath())) { in upload()156 if (!Strings.isNullOrEmpty(bugReport.getFilePath())) { in zipBugReportFiles()
421 if (!Strings.isNullOrEmpty(bugReport.getFilePath())) { in deleteFilesFor()427 if (!Strings.isNullOrEmpty(bugReport.getAudioFileName())) { in deleteFilesFor()430 if (!Strings.isNullOrEmpty(bugReport.getBugReportFileName())) { in deleteFilesFor()
259 if (!Strings.isNullOrEmpty(mBugReport.getFilePath())) { in copyFilesToUsb()300 if (!Strings.isNullOrEmpty(mBugReport.getAudioFileName())) { in mergeFilesAndCopyToUsb()
64 public static boolean isNullOrEmpty(@Nullable final Collection c) { in isNullOrEmpty() method in CollectionUtils74 public static boolean isNullOrEmpty(@Nullable final Map map) { in isNullOrEmpty() method in CollectionUtils
80 stateText = if (timer.label.isNullOrEmpty()) { in build()233 stateText = if (label.isNullOrEmpty()) { in buildHeadsUp()
258 public static boolean isNullOrEmpty(String exifMake) { in isNullOrEmpty() method in Utils
86 if (!alarm.label.isNullOrEmpty()) { in <lambda>()
194 editLabel.contentDescription = if (!alarm.label.isNullOrEmpty()) { in <lambda>()
408 if (spec.isNullOrEmpty()) return { true } in makePredicate()
133 return if (mLabel.isNullOrEmpty()) context.getString(R.string.default_label) else mLabel!! in getLabelOrDefault()
134 return if (label.isNullOrEmpty()) context.getString(R.string.default_label) else label!! in getLabelOrDefault()