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

  /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 114 * listeners attached, so the list is only created on demand and can be null. */
331 * is created and enforced by the parent of the tree, not the element themselves. However
563 * the unknown XML local name and reuse previously created descriptors.
739 * exists in the model. If not, it is created and assigned as the underlying
750 // The new XML node has been created.
821 // If we get here and parent_xml_node is null, the node is to be created
    [all...]
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 34 * process. This class is not normally used directly, but rather created for
61 static final int CREATED = 2; // Created, not started or resumed.
62 static final int STARTED = 3; // Created and started, not resumed.
63 static final int RESUMED = 4; // Created started and resumed.
122 // We need to have always created the activity.
145 // of our own (it is now STARTED, while we are only CREATED).
152 case CREATED:
174 if (desiredState == CREATED) {
177 r.curState = CREATED;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Bookmarks.java 77 map.put(Browser.BookmarkColumns.CREATED, creationTime);
95 map.put(Browser.BookmarkColumns.CREATED,
109 map.put(Browser.BookmarkColumns.CREATED, creationTime);
120 // number of visits as the already created bookmark.
BrowserBackupAgent.java 146 mark.created = in.readLong();
202 public long created; field in class:BrowserBackupAgent.Bookmark
217 BookmarkColumns.DATE, BookmarkColumns.CREATED,
236 long created = cursor.getLong(3); local
244 bout.writeLong(created);
  /frameworks/base/core/java/android/provider/
Browser.java 303 map.put(BookmarkColumns.CREATED, 0);
599 public static final String CREATED = "created";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiElementEditPart.java 140 case CREATED:
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 84 value.put(BookmarkColumns.CREATED, cursor.getLong(5));
630 BookmarkColumns.DATE, BookmarkColumns.CREATED, BookmarkColumns.BOOKMARK,
654 value.put(BookmarkColumns.CREATED, createDate);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 821 milliseconds