HomeSort by relevance Sort by last modified time
    Searched refs:PROP_ALLOWCLEARUSERDATA (Results 1 - 3 of 3) sorted by null

  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
IAndroidManifestProperties.java 25 String PROP_ALLOWCLEARUSERDATA = ANDROID_QUALIFIER + "allowClearUserData";
ApplicationNode.java 30 defaultProperties.add(PROP_ALLOWCLEARUSERDATA);
134 properties.put(PROP_ALLOWCLEARUSERDATA, propAllowClearUserData.toString());
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java 351 if (attrName.equalsIgnoreCase(PROP_ALLOWCLEARUSERDATA))
    [all...]

Completed in 20 milliseconds