Home
last modified time | relevance | path

Searched refs:createCustomToasts (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java992 List<CustomToastInfo> toasts = createCustomToasts(2, "Custom", Toast.LENGTH_SHORT); in testCustomToastPostedWhileInForeground_notShownWhenAppGoesToBackground()
1044 private List<CustomToastInfo> createCustomToasts(int num, String text, int length) in createCustomToasts() method