Searched refs:mUrlBar (Results 1 – 2 of 2) sorted by relevance
166 mActivity.syncRunOnUiThread(() -> mActivity.mUrlBar.requestFocus()); in testFocusOnUrlBarIsIgnored()196 mActivity.mUrlBar, "http://null/dev"); in testUrlBarChangeIgnoredWhenServiceCanSave()197 mActivity.mUrlBar.addTextChangedListener(urlWatcher); in testUrlBarChangeIgnoredWhenServiceCanSave()198 mActivity.syncRunOnUiThread(() -> mActivity.mUrlBar.setText("http://null/dev")); in testUrlBarChangeIgnoredWhenServiceCanSave()255 mActivity.mUrlBar, "http://null/dev"); in testUrlBarChangeCancelSessionWhenServiceCannotSave()256 mActivity.mUrlBar.addTextChangedListener(urlWatcher); in testUrlBarChangeCancelSessionWhenServiceCannotSave()257 mActivity.syncRunOnUiThread(() -> mActivity.mUrlBar.setText("http://null/dev")); in testUrlBarChangeCancelSessionWhenServiceCannotSave()289 mActivity.mUrlBar, "http://null/dev"); in testUrlBarChangeCancelSessionWhenServiceReturnsNullResponse()290 mActivity.mUrlBar.addTextChangedListener(urlWatcher); in testUrlBarChangeCancelSessionWhenServiceReturnsNullResponse()291 mActivity.syncRunOnUiThread(() -> mActivity.mUrlBar.setText("http://null/dev")); in testUrlBarChangeCancelSessionWhenServiceReturnsNullResponse()
45 EditText mUrlBar; field in VirtualContainerActivity60 mUrlBar = findViewById(R.id.my_url_bar); in onCreate()64 mUrlBar.setText(INITIAL_URL_BAR_VALUE); in onCreate()