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

  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
IAndroidManifestProperties.java 75 String PROP_MULTIPROCESS = ANDROID_QUALIFIER + "multiprocess";
ProviderNode.java 34 defaultProperties.add(PROP_MULTIPROCESS);
123 properties.put(PROP_MULTIPROCESS, propMultiprocess.toString());
ActivityNode.java 41 defaultProperties.add(PROP_MULTIPROCESS);
360 properties.put(PROP_MULTIPROCESS, propMultiprocess.toString());
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java 471 else if (attrName.equalsIgnoreCase(PROP_MULTIPROCESS))
835 else if (attrName.equalsIgnoreCase(PROP_MULTIPROCESS))
    [all...]

Completed in 33 milliseconds