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

1 2 3 4 5

  /packages/apps/Gallery/src/com/android/camera/
ReverseGeocoderTask.java 50 String value = MenuHelper.EMPTY_STRING;
61 value = MenuHelper.EMPTY_STRING;
64 value = MenuHelper.EMPTY_STRING;
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...]
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 36 const String8 DrmManagerClientImpl::EMPTY_STRING("");
103 if ((NULL != path) && (EMPTY_STRING != *path)) {
112 if ((NULL != path) && (EMPTY_STRING != *path)) {
121 if ((EMPTY_STRING != path) || (EMPTY_STRING != mimeType)) {
153 String8 mimeType = EMPTY_STRING;
154 if (EMPTY_STRING != path) {
163 if ((EMPTY_STRING != path) || (EMPTY_STRING != mimeType)) {
173 if (EMPTY_STRING != path)
    [all...]
  /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...]
  /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;
StringUtils.java 38 private static final String EMPTY_STRING = "";
92 return EMPTY_STRING;
464 return EMPTY_STRING;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
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...]
AndroidJUnitLaunchConfigDelegate.java 66 private static final String EMPTY_STRING = ""; //$NON-NLS-1$
264 String attrValue = configuration.getAttribute(attributeName, EMPTY_STRING);
  /frameworks/av/drm/drmserver/
DrmManager.cpp 40 const String8 DrmManager::EMPTY_STRING("");
161 if (EMPTY_STRING != plugInId) {
171 if (EMPTY_STRING != plugInId) {
181 bool result = (EMPTY_STRING != plugInId) ? true : false;
200 if (EMPTY_STRING != plugInId) {
225 if (EMPTY_STRING != plugInId) {
237 if (EMPTY_STRING != plugInId) {
247 if (EMPTY_STRING != plugInId) {
251 return EMPTY_STRING;
257 if (EMPTY_STRING != plugInId)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.h 95 static const std::vector<int> 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)) {
  /frameworks/base/core/java/android/text/
BidiFormatter.java 127 private static final String EMPTY_STRING = "";
311 return EMPTY_STRING;
340 return EMPTY_STRING;
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 123 private static final String EMPTY_STRING = "";
305 return EMPTY_STRING;
332 return EMPTY_STRING;
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 84 private static final String EMPTY_STRING = "";
311 + targetLocale, EMPTY_STRING);
327 throw new MissingResourceException(null, bundleName + '_' + targetLocale, EMPTY_STRING);
819 if (!EMPTY_STRING.equals(variant)) {
822 if (!EMPTY_STRING.equals(country)) {
825 if (!EMPTY_STRING.equals(language)) {
    [all...]
  /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/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstString.java 31 public static final CstString EMPTY_STRING = new CstString("");
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 35 private static final String EMPTY_STRING = "";
    [all...]
  /frameworks/av/drm/libdrmframework/include/
DrmManager.h 150 static const String8 EMPTY_STRING;
DrmManagerClientImpl.h 428 static const String8 EMPTY_STRING;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 68 private static final String EMPTY_STRING = "";
178 return EMPTY_STRING;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_policy.h 126 mAttributeMap(), mLocale(CharUtils::EMPTY_STRING), mMultiWordCostMultiplier(0.0f),
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 60 #define EMPTY_STRING "\0"
825 EMPTY_STRING);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 60 #define EMPTY_STRING "\0"
812 EMPTY_STRING);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 48 private static final String EMPTY_STRING = "";
793 return in != null ? in : EMPTY_STRING;

Completed in 1251 milliseconds

1 2 3 4 5