OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LegacyTables
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java
209
public interface
LegacyTables
{
596
db.execSQL("DROP VIEW IF EXISTS " +
LegacyTables
.PEOPLE + ";");
597
db.execSQL("CREATE VIEW " +
LegacyTables
.PEOPLE + " AS SELECT " +
[
all
...]
ContactsDatabaseHelper.java
[
all
...]
Completed in 515 milliseconds