Home
last modified time | relevance | path

Searched defs:table (Results 1 – 6 of 6) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DTableLayout8.java40 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
54 private void appendRow(TableLayout table) { in appendRow()
DTableLayout7.java41 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
63 private void appendRow(TableLayout table) { in appendRow()
DTableLayout9.java37 final TableLayout table = (TableLayout) findViewById(R.id.menu); in onCreate() local
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
DSelectionBuilder.java181 public SelectionBuilder table(String table) { in table() method in SelectionBuilder
208 public SelectionBuilder mapToTable(String column, String table) { in mapToTable()
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css47 table { selector
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DDbQueryUtils.java31 public static String getEqualityClause(String table, String field, String value) { in getEqualityClause()