Searched defs:showToast (Results 1 – 6 of 6) sorted by relevance
27 public static void showToast(Context context, String message) { in showToast() method in Utils
25 fun Activity.showToast(text: String) { in Activity() method
32 fun FragmentActivity.showToast(text: String) { in FragmentActivity() method
116 private void showToast(final Context context, final int resourceId) { in showToast() method in GeofenceTransitionsIntentService
579 private fun showToast(message : String) = Toast.makeText(activity, message, LENGTH_SHORT).show() in showToast() method
356 private void showToast(final String text) { in showToast() method in Camera2BasicFragment