Searched defs:table (Results 1 – 5 of 5) 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
47 table { selector
31 public static String getEqualityClause(String table, String field, String value) { in getEqualityClause()