Searched defs:table (Results 1 – 6 of 6) sorted by relevance
40 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local54 private void appendRow(TableLayout table) { in appendRow()
41 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local63 private void appendRow(TableLayout table) { in appendRow()
37 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
181 public SelectionBuilder table(String table) { in table() method in SelectionBuilder208 public SelectionBuilder mapToTable(String column, String table) { in mapToTable()
47 table { selector
31 public static String getEqualityClause(String table, String field, String value) { in getEqualityClause()