Searched refs:mAllowCallsButton (Results 1 – 1 of 1) sorted by relevance
200 private Button mAllowCallsButton; field in MainActivity2472 mAllowCallsButton.setText(R.string.allow_calls_button_text); in styleOffline()2473 mAllowCallsButton.setBackgroundColor(getColor(R.color.mint_green)); in styleOffline()2474 styleButtonEnabled(mAllowCallsButton); in styleOffline()2495 mAllowCallsButton.setText(R.string.disable_calls_button_text); in styleDisconnected()2496 mAllowCallsButton.setBackgroundColor(getColor(R.color.coral_red)); in styleDisconnected()2497 styleButtonEnabled(mAllowCallsButton); in styleDisconnected()2510 mAllowCallsButton.setText(R.string.allow_calls_button_text); in styleConnected()2511 mAllowCallsButton.setBackgroundColor(getColor(R.color.mint_green)); in styleConnected()2512 styleButtonDisabled(mAllowCallsButton); in styleConnected()[all …]