HomeSort by relevance Sort by last modified time
    Searched refs:ALL_COLUMNS (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/tests/src/com/android/cts/verifier/
TestResultsProviderTest.java 28 TestResultsProvider.ALL_COLUMNS, null, null, null);
36 cursor = mProvider.query(TestResultsProvider.RESULTS_CONTENT_URI, TestResultsProvider.ALL_COLUMNS,
51 cursor = mProvider.query(TestResultsProvider.RESULTS_CONTENT_URI, TestResultsProvider.ALL_COLUMNS,
65 cursor = mProvider.query(TestResultsProvider.RESULTS_CONTENT_URI, TestResultsProvider.ALL_COLUMNS,
76 cursor = mProvider.query(TestResultsProvider.RESULTS_CONTENT_URI, TestResultsProvider.ALL_COLUMNS,
TestListActivityTest.java 68 TestResultsProvider.ALL_COLUMNS, null, null, null);
97 TestResultsProvider.ALL_COLUMNS, null, null, null);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 54 public static final String[] ALL_COLUMNS = {
TestListAdapter.java 223 TestResultsProvider.ALL_COLUMNS, null, null, null);

Completed in 20 milliseconds