HomeSort by relevance Sort by last modified time
    Searched defs:EMPTY_STRING (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 428 static const String8 EMPTY_STRING;
  /frameworks/av/drm/drmserver/
DrmManager.h 150 static const String8 EMPTY_STRING;
  /libcore/ojluni/src/main/java/java/util/logging/
Logging.java 67 private static String EMPTY_STRING = "";
76 return EMPTY_STRING;
114 return EMPTY_STRING;
  /packages/apps/TV/src/com/android/tv/dialog/
RecentlyWatchedDialogFragment.java 42 private static final String EMPTY_STRING = "";
81 displayNumber = EMPTY_STRING;
  /packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.h 30 static const std::vector<int> EMPTY_STRING;
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 30 public static final CstUtf8 EMPTY_STRING = new CstUtf8("");
  /dalvik/dx/src/com/android/dx/rop/cst/
CstString.java 31 public static final CstString EMPTY_STRING = new CstString("");
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapObject.java 43 private static final String EMPTY_STRING = "";
230 * @return the string value of the property if it exists; if not, #EMPTY_STRING is
238 return EMPTY_STRING;
243 return EMPTY_STRING;
274 * property does not exist, if the defaultThing is null #EMPTY_STRING
285 return EMPTY_STRING;
291 return EMPTY_STRING;
311 propertyInfo.setValue(EMPTY_STRING);
334 return EMPTY_STRING;
346 * @return the string value of the property if it exists and is primitive; if not, #EMPTY_STRING i
    [all...]
  /frameworks/base/core/java/android/text/
BidiFormatter.java 130 private static final String EMPTY_STRING = "";
316 return EMPTY_STRING;
345 return EMPTY_STRING;
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/text/
BidiFormatter.java 125 private static final String EMPTY_STRING = "";
308 return EMPTY_STRING;
336 return EMPTY_STRING;
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/text/util/
LinkifyCompat.java 57 private static final String[] EMPTY_STRING = new String[0];
342 schemes = EMPTY_STRING;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
JsonUtils.java 37 private static final String EMPTY_STRING = "";
70 return EMPTY_STRING;
91 return EMPTY_STRING;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 66 private static final String EMPTY_STRING = ""; //$NON-NLS-1$
264 String attrValue = configuration.getAttribute(attributeName, EMPTY_STRING);
AndroidJUnitLaunchConfigurationTab.java 127 private static final String EMPTY_STRING = ""; //$NON-NLS-1$
358 String containerHandle = EMPTY_STRING;
361 JUnitLaunchConfigurationConstants.ATTR_TEST_CONTAINER, EMPTY_STRING);
384 AndroidJUnitLaunchConfigDelegate.ATTR_INSTR_NAME, EMPTY_STRING);
406 AndroidJUnitLaunchConfigDelegate.ATTR_TEST_SIZE, EMPTY_STRING);
417 String projectName = EMPTY_STRING;
420 EMPTY_STRING);
429 String testTypeName = EMPTY_STRING;
430 mOriginalTestMethodName = EMPTY_STRING;
444 mContainerText.setText(EMPTY_STRING);
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 35 private static final String EMPTY_STRING = "";
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java 91 private static final String EMPTY_STRING = "";
216 .setDescription(EMPTY_STRING)
221 .setDescription(EMPTY_STRING)
363 info.hasClosedCaption() ? sClosedCaptionMark : EMPTY_STRING);
385 String displayNumber = EMPTY_STRING;
386 String displayName = EMPTY_STRING;
390 displayNumber = EMPTY_STRING;
394 displayName = EMPTY_STRING;
    [all...]
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
StringUtils.java 34 private static final String EMPTY_STRING = "";
158 return EMPTY_STRING;
557 return EMPTY_STRING;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 68 protected static final String EMPTY_STRING = ""; //$NON-NLS-1$
327 String projectName = EMPTY_STRING;
330 EMPTY_STRING);
355 String activityName = EMPTY_STRING;
357 activityName = config.getAttribute(LaunchConfigDelegate.ATTR_ACTIVITY, EMPTY_STRING);
368 if (activityName == null || activityName.equals(EMPTY_STRING)) {
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 375 private static final String EMPTY_STRING = "";
381 .put(Hashing.adler32(), EMPTY_STRING, "01000000")
384 .put(Hashing.md5(), EMPTY_STRING, "d41d8cd98f00b204e9800998ecf8427e")
387 .put(Hashing.murmur3_128(), EMPTY_STRING, "00000000000000000000000000000000")
390 .put(Hashing.murmur3_32(), EMPTY_STRING, "00000000")
393 .put(Hashing.sha1(), EMPTY_STRING, "da39a3ee5e6b4b0d3255bfef95601890afd80709")
396 .put(Hashing.sha256(), EMPTY_STRING,
402 .put(Hashing.sha512(), EMPTY_STRING,
411 .put(Hashing.crc32(), EMPTY_STRING, "00000000")
414 .put(Hashing.sipHash24(), EMPTY_STRING, "310e0edd47db6f72"
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 96 public static final String EMPTY_STRING = "";
210 if (!location.equals(MenuHelper.EMPTY_STRING)) {
337 if (value != null && !value.equals(EMPTY_STRING)) {
391 ? EMPTY_STRING
429 value = EMPTY_STRING;
436 if (value != EMPTY_STRING) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 48 private static final String EMPTY_STRING = "";
793 return in != null ? in : EMPTY_STRING;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 107 private static final String EMPTY_STRING = "";
263 return EMPTY_STRING;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageData.java 173 results.add(EMPTY_STRING);
702 private static final String EMPTY_STRING = "";
    [all...]
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeTvProvider.java 142 private static final String EMPTY_STRING = "";
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
ULocale.java 238 private static final String EMPTY_STRING = "";
304 // { EMPTY_STRING, "en_US_POSIX", null, null }, /* .NET name */
473 localeID = getName(lscvToID(a, b, c, EMPTY_STRING));
    [all...]

Completed in 502 milliseconds

1 2 3 4 5 6 7 8