Searched refs:broadcastErrorMessage (Results 1 – 1 of 1) sorted by relevance
292 TextView broadcastErrorMessage = mMediaOutputBroadcastDialog.mAlertDialog.findViewById( in afterTextChanged_nameLengthMoreThanMax_showErrorMessage() local294 assertThat(broadcastErrorMessage.getVisibility()).isEqualTo(View.INVISIBLE); in afterTextChanged_nameLengthMoreThanMax_showErrorMessage()301 assertThat(broadcastErrorMessage.getVisibility()).isEqualTo(View.VISIBLE); in afterTextChanged_nameLengthMoreThanMax_showErrorMessage()316 TextView broadcastErrorMessage = mMediaOutputBroadcastDialog.mAlertDialog.findViewById( in afterTextChanged_enterValidNameAfterLengthMoreThanMax_noErrorMessage() local318 assertThat(broadcastErrorMessage.getVisibility()).isEqualTo(View.INVISIBLE); in afterTextChanged_enterValidNameAfterLengthMoreThanMax_noErrorMessage()324 assertThat(broadcastErrorMessage.getVisibility()).isEqualTo(View.VISIBLE); in afterTextChanged_enterValidNameAfterLengthMoreThanMax_noErrorMessage()331 assertThat(broadcastErrorMessage.getVisibility()).isEqualTo(View.INVISIBLE); in afterTextChanged_enterValidNameAfterLengthMoreThanMax_noErrorMessage()346 TextView broadcastErrorMessage = mMediaOutputBroadcastDialog.mAlertDialog.findViewById( in afterTextChanged_codeLengthMoreThanMax_showErrorMessage() local348 assertThat(broadcastErrorMessage.getVisibility()).isEqualTo(View.INVISIBLE); in afterTextChanged_codeLengthMoreThanMax_showErrorMessage()355 assertThat(broadcastErrorMessage.getVisibility()).isEqualTo(View.VISIBLE); in afterTextChanged_codeLengthMoreThanMax_showErrorMessage()[all …]