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

1 2 3

  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 3 CREATE TABLE _deleted_groups (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
4 CREATE TABLE _deleted_people (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
6 CREATE TABLE _sync_state_metadata (version INTEGER);
8 CREATE TABLE android_metadata (locale TEXT);
10 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
11 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
15 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name));
16 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER);
17 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestam (…)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 3 CREATE TABLE _deleted_groups (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
4 CREATE TABLE _deleted_people (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
6 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
8 CREATE TABLE _sync_state_metadata (version INTEGER);
10 CREATE TABLE android_metadata (locale TEXT);
12 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
14 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
31 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name));
32 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER);
33 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestam (…)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 3 CREATE TABLE _deleted_groups (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
4 CREATE TABLE _deleted_people (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
7 CREATE TABLE _sync_state_metadata (version INTEGER);
9 CREATE TABLE android_metadata (locale TEXT);
11 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
12 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
18 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name));
19 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER);
21 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestam (…)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FragmentRule.java 34 if (insertType == InsertType.CREATE) { // NOT InsertType.CREATE_PREVIEW
ImageButtonRule.java 38 if (insertType == InsertType.CREATE) { // NOT InsertType.CREATE_PREVIEW
ImageViewRule.java 38 if (insertType == InsertType.CREATE) { // NOT InsertType.CREATE_PREVIEW
IncludeRule.java 33 if (insertType == InsertType.CREATE) { // NOT InsertType.CREATE_PREVIEW
ViewTagRule.java 34 if (insertType == InsertType.CREATE) { // NOT InsertType.CREATE_PREVIEW
  /frameworks/base/core/java/android/os/
FileObserver.java 60 public static final int CREATE = 0x00000100;
70 | CLOSE_NOWRITE | OPEN | MOVED_FROM | MOVED_TO | DELETE | CREATE
155 * Create a new file observer for a certain file or directory.
  /developers/build/
github.sh 320 CREATE="curl -H 'Authorization: token '$TOKEN \
323 eval $CREATE
  /frameworks/av/media/libmedia/
IMediaPlayerService.cpp 41 CREATE = IBinder::FIRST_CALL_TRANSACTION,
70 virtual sp<IMediaPlayer> create( function in class:android::BpMediaPlayerService
77 remote()->transact(CREATE, data, &reply);
160 case CREATE: {
165 sp<IMediaPlayer> player = create(client, audioSessionId);
IMediaCodecList.cpp 30 CREATE = IBinder::FIRST_CALL_TRANSACTION,
  /frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java 139 case FileObserver.CREATE:
140 return "CREATE";
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 87 super(path, FileObserver.CREATE);
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 47 public static final String CREATE = "CREATE";
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapConstants.java 47 public static final String CREATE = "CREATE";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI.h 179 #define CREATE 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XI.h 179 #define CREATE 1
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 75 private InsertType mInsertType = InsertType.CREATE;
167 mInsertType = InsertType.CREATE;
195 mInsertType = InsertType.CREATE;
226 mInsertType = InsertType.CREATE;
492 * Invokes the create hooks ({@link IViewRule#onCreate},
550 // this create action in case it wants to customize the new object.
551 // (For example, a rule for TabHosts can go and create a default child tab
552 // when you create it.)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 83 * 3. Observer a dir, when create delete a child file and delete self,
84 * observer should get create-child close-nowrite delete-child delete-self events.
132 expected = new int[] {FileObserver.CREATE,
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportListActivity.java 71 int flags = FileObserver.CREATE | FileObserver.MOVED_TO;
  /libcore/luni/src/main/java/java/util/
TreeMap.java 82 * Create a natural order, empty tree map whose keys must be mutually
91 * Create a natural order tree map populated with the key/value pairs of
113 * Create a tree map ordered by {@code comparator}. This map's keys may only
129 * Create a tree map with the ordering and key/value pairs of {@code
208 CREATE,
240 Node<K, V> created = find(key, Relation.CREATE);
256 if (relation == Relation.CREATE) {
290 case CREATE:
319 case CREATE:
337 case CREATE
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbAlsaManager.java 117 FileObserver.CREATE | FileObserver.DELETE) {
120 case FileObserver.CREATE:
424 UsbMidiDevice usbMidiDevice = UsbMidiDevice.create(mContext, properties,
485 mPeripheralMidiDevice = UsbMidiDevice.create(mContext, properties, card, device);
  /external/libnl/lib/
msg.c 98 * // Various methods exist to create/allocate a new netlink
121 * // will create a message with a maximum payload size which equals the
793 PRINT_FLAG(CREATE);
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 554 | CREATE | DELETE | DELETE_SELF | MOVE_SELF;

Completed in 539 milliseconds

1 2 3