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

  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
IAndroidManifestProperties.java 124 String PROP_TASKAFFINITY = ANDROID_QUALIFIER + "taskAffinity";
ApplicationNode.java 40 defaultProperties.add(PROP_TASKAFFINITY);
184 properties.put(PROP_TASKAFFINITY, propTaskAffinity);
ActivityNode.java 44 defaultProperties.add(PROP_TASKAFFINITY);
375 properties.put(PROP_TASKAFFINITY, propTaskAffinity);
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java 397 else if (attrName.equalsIgnoreCase(PROP_TASKAFFINITY))
486 else if (attrName.equalsIgnoreCase(PROP_TASKAFFINITY))
    [all...]

Completed in 28 milliseconds