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

1 2 3

  /external/chromium_org/base/android/java/src/org/chromium/base/
ActivityState.java 14 public final int CREATED = 1;
  /frameworks/testing/support/src/android/support/test/runner/lifecycle/
Stage.java 29 CREATED,
  /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,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.h 71 CREATED, // Created, but not yet started by coordinator.
  /external/chromium_org/media/audio/
audio_input_controller.h 35 // [ Created ] ----------> [ Recording ]
164 // The audio device will be created on the audio thread, and when that is
177 // AudioInputController being created directly.
182 // The audio device will be created on the audio thread, and when that is
207 // Starts recording using the created audio input stream.
244 CREATED,
  /external/chromium_org/chrome/browser/history/android/
android_history_types.h 37 CREATED,
84 void set_created(const base::Time created) {
85 set_value_explicitly(CREATED);
86 created_ = created;
88 const base::Time& created() const { function in class:history::HistoryAndBookmarkRow
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc 302 // We don't check the date created. It varies due to bug in the
328 CREATED,
451 // We don't check the date created. It varies.
662 if (date_to_test == CREATED) {
691 date_to_test == CREATED
    [all...]
native_backend_kwallet_x_unittest.cc 197 // We don't check the date created. It varies.
259 CREATED,
346 if (date_to_test == CREATED) {
375 date_to_test == CREATED
    [all...]
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 32 * process. This class is not normally used directly, but rather created for
64 static final int CREATED = 2; // Created, not started or resumed.
65 static final int STARTED = 3; // Created and started, not resumed.
66 static final int RESUMED = 4; // Created started and resumed.
130 // We need to have always created the activity.
153 // of our own (it is now STARTED, while we are only CREATED).
160 case CREATED:
182 if (desiredState == CREATED) {
185 r.curState = CREATED;
    [all...]
Fragment.java 302 * tag in the view hierarchy will not have their content view created
357 static final int INITIALIZING = 0; // Not yet created.
358 static final int CREATED = 1; // Created.
360 static final int STOPPED = 3; // Fully created, not started.
361 static final int STARTED = 4; // Created and started, not resumed.
362 static final int RESUMED = 5; // Created started and resumed.
853 } else if (mState >= CREATED) {
    [all...]
  /frameworks/base/core/java/android/provider/
Browser.java 170 * a new tab be created. Overrides EXTRA_APPLICATION_ID; if both are set,
603 * The date the item created, in milliseconds since the epoch.
606 public static final String CREATED = "created";
  /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...]
  /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...]
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java 173 static final int INITIALIZING = 0; // Not yet created.
174 static final int CREATED = 1; // Created.
176 static final int STOPPED = 3; // Fully created, not started.
177 static final int STARTED = 4; // Created and started, not resumed.
178 static final int RESUMED = 5; // Created started and resumed.
684 } else if (mState >= CREATED) {
727 * fragments are created through the &lt;fragment&gt; tag, <em>except</em>
793 * is not being re-created.
    [all...]
  /frameworks/testing/espresso/libs/
testrunner-1.1.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/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 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 

Completed in 885 milliseconds

1 2 3