Searched refs:SELECT_COLUMNS (Results 1 – 3 of 3) sorted by relevance
153 MatrixCursor cursor = new MatrixCursor(DatabaseResultLoader.SELECT_COLUMNS); in testLongTitle_PenalizedInRank()176 MatrixCursor cursor = new MatrixCursor(DatabaseResultLoader.SELECT_COLUMNS); in testParseCursor_MatchesIntentForSubSettings()213 MatrixCursor cursor = new MatrixCursor(DatabaseResultLoader.SELECT_COLUMNS); in testParseCursor_MatchesIntentPayloadForExternalApps()239 MatrixCursor cursor = new MatrixCursor(DatabaseResultLoader.SELECT_COLUMNS); in testParseCursor_MatchesInlineSwitchPayload()279 MatrixCursor cursor = new MatrixCursor(DatabaseResultLoader.SELECT_COLUMNS); in testWifiKey_PrioritizedResult()305 MatrixCursor cursor = new MatrixCursor(DatabaseResultLoader.SELECT_COLUMNS); in testBluetoothKey_PrioritizedResult()331 MatrixCursor cursor = new MatrixCursor(DatabaseResultLoader.SELECT_COLUMNS); in testAirplaneKey_PrioritizedResult()357 MatrixCursor cursor = new MatrixCursor(DatabaseResultLoader.SELECT_COLUMNS); in testHotspotKey_PrioritizedResult()383 MatrixCursor cursor = new MatrixCursor(DatabaseResultLoader.SELECT_COLUMNS); in testBatterySaverKey_PrioritizedResult()409 MatrixCursor cursor = new MatrixCursor(DatabaseResultLoader.SELECT_COLUMNS); in testNFCKey_PrioritizedResult()[all …]
59 public static final String[] SELECT_COLUMNS = { field in DatabaseResultLoader224 final Cursor resultCursor = database.query(TABLE_PREFS_INDEX, SELECT_COLUMNS, whereClause, in query()
115 import static com.android.settings.search2.DatabaseResultLoader.SELECT_COLUMNS;318 final Cursor enabledResults = database.query(TABLE_PREFS_INDEX, SELECT_COLUMNS, in updateDataInDatabase()345 final Cursor disabledResults = database.query(TABLE_PREFS_INDEX, SELECT_COLUMNS, in updateDataInDatabase()