HomeSort by relevance Sort by last modified time
    Searched defs:EXISTS (Results 1 - 8 of 8) sorted by null

  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseTest.java 46 final ImapResponse EXISTS = buildResponse(null, false, new ImapSimpleString("3"),
47 new ImapSimpleString("EXISTS"));
50 new ImapSimpleString("EXISTS"));
53 assertTrue(EXISTS.isDataResponse(1, ImapConstants.EXISTS));
57 assertFalse(EXISTS.isDataResponse(0, ImapConstants.EXISTS));
59 assertFalse(EXISTS.isDataResponse(1, ImapConstants.FETCH));
62 assertFalse(TAGGED_EXISTS.isDataResponse(1, ImapConstants.EXISTS));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 95 * means that the parameter should designate a name that already exists as
98 EXISTS,
362 // TODO: Handle EXISTS, APILEVEL (which is currently handled manually in the
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 47 public static final String EXISTS = "EXISTS";
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
DeviceManager.java 76 * The device exists unchanged from the given configuration
78 EXISTS,
80 * A device exists with the given name and manufacturer, but has a different configuration
140 return d.hashCode() == hashCode ? DeviceStatus.EXISTS : DeviceStatus.CHANGED;
249 if (userDevicesFile.exists()) {
261 while (renamedConfig.exists()) {
  /tools/build/builder/prebuilts/
sdklib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 674 milliseconds