HomeSort by relevance Sort by last modified time
    Searched refs:exchangeButton (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupAccountType.java 61 final Button exchangeButton = (Button) UiUtilities.getView(this, R.id.exchange);
62 exchangeButton.setVisibility(View.INVISIBLE);
70 exchangeButton.setOnClickListener(this);
71 exchangeButton.setVisibility(View.VISIBLE);
73 exchangeButton.setText(
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupAccountTypeTests.java 76 View exchangeButton = activity.findViewById(R.id.exchange);
83 assertEquals(expected, exchangeButton.getVisibility());

Completed in 60 milliseconds