Searched refs:mToast (Results 1 – 3 of 3) sorted by relevance
40 private Toast mToast; field in ToastTest119 mToast = Toast.makeText(mActivity, TEST_TOAST_TEXT, Toast.LENGTH_LONG); in makeToast()128 final View view = mToast.getView(); in testShow()136 mToast.show(); in testShow()162 final View view = mToast.getView(); in testCancel()168 mToast.show(); in testCancel()169 mToast.cancel(); in testCancel()179 assertFalse(mToast.getView() instanceof ImageView); in testAccessView()187 mToast.setView(imageView); in testAccessView()188 mToast.show(); in testAccessView()[all …]
115 private Toast mToast; field in AuthenticationBoundKeyTestActivity.LockscreenCountDownTester120 … mToast = Toast.makeText(AuthenticationBoundKeyTestActivity.this, "", Toast.LENGTH_SHORT); in LockscreenCountDownTester()125 mToast.cancel(); in onFinish()143 mToast.setText(String.format("Lockscreen challenge start in %d seconds..", in onTick()145 mToast.show(); in onTick()
88899 private android.widget.Toast mToast