Searched defs:toast (Results 1 – 5 of 5) sorted by relevance
18 Toast toast = Toast.makeText(new Activity(), "short toast", in shouldHaveShortDuration() local26 Toast toast = Toast.makeText(new Activity(), "long toast", in shouldHaveLongDuration() local
27 @RealObject Toast toast; field in ShadowToast36 Toast toast = new Toast(null); in makeText() local
49 public void toast(String text, int length) { in toast() method in CustomToastSystem
350 CustomToastSystem toast = BaseObject.sSystemRegistry.customToastSystem; in goToLevel() local
255 String toast = getString(R.string.file_saved).replace("%s", title); in addToDownloads() local