(String text)
| 91 | } |
| 92 | |
| 93 | public static void setText(String text) { |
| 94 | Log.d(logTag, "Button: setText called text:" + text); |
| 95 | } |
| 96 | |
| 97 | public void setLabel(String text) { |
| 98 | Log.d(logTag, "Button: setLabel called text:" + text); |
no outgoing calls
no test coverage detected