Home
last modified time | relevance | path

Searched refs:APPLICATIONS_TABLE (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
DApplicationsProvider.java100 private static final String APPLICATIONS_TABLE = "applications"; field in ApplicationsProvider
103 "applicationsLookup JOIN " + APPLICATIONS_TABLE + " ON"
104 + " applicationsLookup.source = " + APPLICATIONS_TABLE + "." + _ID;
247 mDb.execSQL("CREATE TABLE IF NOT EXISTS " + APPLICATIONS_TABLE + " (" + in createDatabase()
258 mDb.execSQL("CREATE INDEX applicationsComponentIndex ON " + APPLICATIONS_TABLE + " (" in createDatabase()
263 "source INTEGER REFERENCES " + APPLICATIONS_TABLE + "(" + _ID + ")," + in createDatabase()
272 APPLICATIONS_TABLE + " " + in createDatabase()
278 APPLICATIONS_TABLE + " " + in createDatabase()
283 APPLICATIONS_TABLE + " " + in createDatabase()
387 qb.setTables(APPLICATIONS_TABLE); in refreshShortcut()
[all …]