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

  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 78 CREATE TABLE phones (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),type INTEGER NOT NULL,number TEXT,number_key TEXT,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
119 CREATE INDEX phonesIndex2 ON phones (number_key);
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 100 CREATE TABLE phones (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),type INTEGER NOT NULL,number TEXT,number_key TEXT,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
143 CREATE INDEX phonesIndex2 ON phones (number_key);
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 55 CREATE TABLE phones (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),type INTEGER NOT NULL,number TEXT,number_key TEXT,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
87 CREATE INDEX phonesIndex2 ON phones (number_key);

Completed in 69 milliseconds