Searched refs:toast (Results 1 – 10 of 10) sorted by relevance
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowToast.java | 27 @RealObject Toast toast; field in ShadowToast 36 Toast toast = new Toast(null); in makeText() local 37 toast.setDuration(duration); in makeText() 38 shadowOf(toast).text = text.toString(); in makeText() 39 return toast; in makeText() 44 Robolectric.getShadowApplication().getShownToasts().add(toast); in show() 104 for (Toast toast : Robolectric.getShadowApplication().getShownToasts()) { in showedCustomToast() 105 …String text = ((TextView) toast.getView().findViewById(layoutResourceIdToCheckForMessage)).getText… in showedCustomToast() 120 for (Toast toast : Robolectric.getShadowApplication().getShownToasts()) { in showedToast() 121 String text = shadowOf(toast).text; in showedToast()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ToastTest.java | 18 Toast toast = Toast.makeText(new Activity(), "short toast", in shouldHaveShortDuration() local 20 assertNotNull(toast); in shouldHaveShortDuration() 21 assertEquals(Toast.LENGTH_SHORT, toast.getDuration()); in shouldHaveShortDuration() 26 Toast toast = Toast.makeText(new Activity(), "long toast", in shouldHaveLongDuration() local 28 assertNotNull(toast); in shouldHaveLongDuration() 29 assertEquals(Toast.LENGTH_LONG, toast.getDuration()); in shouldHaveLongDuration()
|
/external/libgsm/ |
D | ChangeLog | 36 src/toast.c: add _fsetmode() calls to set stdin/stdout to 43 src/toast.c: -C option to toast, cuts LPC time 58 man/*: bug reports to {jutta,cabo}@cs.tu-berlin.de, not to toast@tub 60 inc/toast.h: read/write fopen modes "rb" and "wb", not just "r" 61 src/toast.c: better (or different, anyway) error handling in process() 90 Switched uid/gid in toast's [f]chown calls.
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | Game.java | 350 CustomToastSystem toast = BaseObject.sSystemRegistry.customToastSystem; in goToLevel() local 351 if (toast != null) { in goToLevel() 353 toast.toast(context.getString(R.string.memory_playback_start), Toast.LENGTH_LONG); in goToLevel() 356 toast.toast(context.getString(R.string.memory_playback_complete), Toast.LENGTH_LONG); in goToLevel()
|
D | CustomToastSystem.java | 49 public void toast(String text, int length) { in toast() method in CustomToastSystem
|
D | DiaryActivity.java | 71 …BaseObject.sSystemRegistry.customToastSystem.toast(getString(R.string.diary_found), Toast.LENGTH_S… in onCreate()
|
/external/skia/platform_tools/android/app/src/com/skia/ |
D | SkiaSampleActivity.java | 255 String toast = getString(R.string.file_saved).replace("%s", title); in addToDownloads() local 256 mHandler.obtainMessage(TOAST_DOWNLOAD, toast).sendToTarget(); in addToDownloads()
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 2777 酢 < toast\-one''s\-host\-with\-wine; 7148 乾杯 < to\-drink\-a\-toast; 19254 酬 < toast; 25709 烤麵包 > toast; 27699 乾杯 > to\-drink\-a\-toast; 37846 酢 > toast\-one''s\-host\-with\-wine; 51472 酬 > toast;
|
/external/e2fsprogs/debian/ |
D | changelog | 1610 removed, which will for example toast an SELinux system.)
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 174 turkey, toffee, and hot buttered toast,) she very soon finished
|