Searched refs:EMPTY_STRING (Results 1 – 9 of 9) sorted by relevance
96 public static final String EMPTY_STRING = ""; field in MenuHelper210 if (!location.equals(MenuHelper.EMPTY_STRING)) { in onComplete()337 if (value != null && !value.equals(EMPTY_STRING)) { in showExifInformation()391 ? EMPTY_STRING in onDetailsClicked()429 value = EMPTY_STRING; in onDetailsClicked()436 if (value != EMPTY_STRING) { in onDetailsClicked()
50 String value = MenuHelper.EMPTY_STRING; in doInBackground()61 value = MenuHelper.EMPTY_STRING; in doInBackground()64 value = MenuHelper.EMPTY_STRING; in doInBackground()
37 private static final String EMPTY_STRING = ""; field in JsonUtils70 return EMPTY_STRING; in listToJsonStr()91 return EMPTY_STRING; in listToJsonStr()
38 private static final String EMPTY_STRING = ""; field in StringUtils92 return EMPTY_STRING; in removeFromCommaSplittableTextIfExists()464 return EMPTY_STRING; in byteArrayToHexString()
68 private static final String EMPTY_STRING = ""; field in ContactLocaleUtils.ContactLocaleUtilsBase178 return EMPTY_STRING; in getBucketLabel()
48 private static final String EMPTY_STRING = ""; field in Conversation793 return in != null ? in : EMPTY_STRING; in emptyIfNull()
1281 /* static */ const std::vector<int> CharUtils::EMPTY_STRING(1 /* size */, '\0' /* value */); member in latinime::CharUtils
95 static const std::vector<int> EMPTY_STRING; variable
126 mAttributeMap(), mLocale(CharUtils::EMPTY_STRING), mMultiWordCostMultiplier(0.0f), in HeaderPolicy()