Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/sms/
DBugleApnSettingsLoader.java287 private static final String[] APN_PROJECTION_LOCAL = { field in BugleApnSettingsLoader
547 cursor = db.query(ApnDatabase.APN_TABLE, APN_PROJECTION_LOCAL, selection, selectionArgs, in queryLocalDatabase()
552 cursor = db.query(ApnDatabase.APN_TABLE, APN_PROJECTION_LOCAL, selection, selectionArgs, in queryLocalDatabase()