Searched refs:createCustomToasts (Results 1 – 1 of 1) sorted by relevance
999 List<CustomToastInfo> toasts = createCustomToasts(2, "Custom", Toast.LENGTH_SHORT); in testCustomToastPostedWhileInForeground_notShownWhenAppGoesToBackground()1051 private List<CustomToastInfo> createCustomToasts(int num, String text, int length) in createCustomToasts() method