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

  /external/chromium/net/websockets/
websocket_job.h 39 CLOSING = 2,
websocket.h 65 CLOSING = 2,
222 // Task to close the connection after closing handshake has started and
  /external/ppp/pppd/
fsm.h 82 char *term_reason; /* Reason for closing protocol */
127 #define CLOSING 4 /* Terminating the connection, not open */
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 27 public static final int CLOSING = 2;
80 // opening and closing animations are the same length.
107 final float closeAnimationLength = mSprite.findAnimation(Animation.CLOSING).getLength();
123 mSprite.playAnimation(Animation.CLOSING);
172 mSprite.playAnimation(Animation.CLOSING);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 168 CLOSING // Prevents any more saves
475 Log.i(TAG, "Group not found with URI: " + mGroupUri + " Closing activity now.");
537 mStatus = Status.CLOSING;
661 mStatus = Status.CLOSING;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 186 public static final int CLOSING = 3;
    [all...]

Completed in 935 milliseconds