Searched defs:addButton (Results 1 – 3 of 3) sorted by relevance
47 Button addButton = (Button) findViewById(R.id.add_another_button); in onResume() local
60 final Button addButton = alertDialog.getButton(DialogInterface.BUTTON_POSITIVE); in show() local
71 protected void addButton(String title, String method) { in addButton() method in BaseTestingActivity