HomeSort by relevance Sort by last modified time
    Searched refs:CREATED (Results 1 - 25 of 66) sorted by null

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
IUiUpdateListener.java 31 /** The XML counterpart for the UI node has just been created. */
32 CREATED,
UiElementNode.java 130 * listeners attached, so the list is only created on demand and can be null. */
415 * is created and enforced by the parent of the tree, not the element themselves. However
693 * the unknown XML local name and reuse previously created descriptors.
    [all...]
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 33 * process. This class is not normally used directly, but rather created for
65 static final int CREATED = 2; // Created, not started or resumed.
66 static final int STARTED = 3; // Created and started, not resumed.
67 static final int RESUMED = 4; // Created started and resumed.
131 // We need to have always created the activity.
154 // of our own (it is now STARTED, while we are only CREATED).
161 case CREATED:
183 if (desiredState == CREATED) {
186 r.curState = CREATED;
    [all...]
FragmentManager.java 73 * Representation of an entry on the fragment back stack, as created
137 * <p>Note: A fragment transaction can only be created/committed prior
314 * <li>A new Fragment created using this saved state must be the same class
315 * type as the Fragment it was created from.
325 * interesting state created by the fragment.
741 writer.print(prefix); writer.println("Fragments Created Menus:");
879 if ((!f.mAdded || f.mDetached) && newState > Fragment.CREATED) {
880 newState = Fragment.CREATED;
    [all...]
Fragment.java 304 * tag in the view hierarchy will not have their content view created
359 static final int INITIALIZING = 0; // Not yet created.
360 static final int CREATED = 1; // Created.
362 static final int STOPPED = 3; // Fully created, not started.
363 static final int STARTED = 4; // Created and started, not resumed.
364 static final int RESUMED = 5; // Created started and resumed.
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP1to2UpgradeTests.java 118 values.put(BookmarkColumns.CREATED, 123456);
131 new String[] { BookmarkColumns.URL, BookmarkColumns.CREATED },
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpStatus.java 91 * <td>Created</td>
704 /** <code>201 Created</code> */
705 CREATED(CREATED_201, "Created"),
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 72 * Representation of an entry on the fragment back stack, as created
138 * <p>Note: A fragment transaction can only be created/committed prior
324 * <li>A new Fragment created using this saved state must be the same class
325 * type as the Fragment it was created from.
335 * interesting state created by the fragment.
721 writer.print(prefix); writer.println("Fragments Created Menus:");
    [all...]
Fragment.java 174 static final int INITIALIZING = 0; // Not yet created.
175 static final int CREATED = 1; // Created.
177 static final int STOPPED = 3; // Fully created, not started.
178 static final int STARTED = 4; // Created and started, not resumed.
179 static final int RESUMED = 5; // Created started and resumed.
704 } else if (mState >= CREATED) {
747 * fragments are created through the &lt;fragment&gt; tag, <em>except</em>
813 * is not being re-created.
    [all...]
  /frameworks/base/core/java/android/provider/
Browser.java 179 * a new tab be created. Overrides EXTRA_APPLICATION_ID; if both are set,
464 * The date the item created, in milliseconds since the epoch.
467 public static final String CREATED = "created";
  /packages/services/Telecomm/src/com/android/server/telecom/
Log.java 51 public static final String CREATED = "CREATED";
Call.java 201 * The time this call was created. Beyond logging and such, may also be used for bookkeeping
376 Log.event(this, Log.Events.CREATED);
769 * @return The time when this call object was created and added to the set of pending outgoing
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 111 CREATED = 201
169 201: 'Created',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 111 CREATED = 201
169 201: 'Created',
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 527 BookmarkColumns.CREATED, // 4
557 BookmarkColumns.CREATED, // 4
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 421 * <p>Temp file managers are created 1-to-1 with incoming requests, to create and cleanup
422 * temporary files created as a result of handling the request.</p>
504 * <p></p></[>By default, files are created by <code>File.createTempFile()</code> in
749 CREATED(201, "Created"),
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 

Completed in 4047 milliseconds

1 2 3