Searched defs:msgResId (Results 1 – 6 of 6) sorted by relevance
26 public final int msgResId; field in AllTaskViewsDismissedEvent28 public AllTaskViewsDismissedEvent(int msgResId) { in AllTaskViewsDismissedEvent()
26 public final int msgResId; field in ShowUserToastEvent29 public ShowUserToastEvent(int msgResId, int msgLength) { in ShowUserToastEvent()
38 void showCurrentUserToast(int msgResId, int msgLength); in showCurrentUserToast()
111 public void showCurrentUserToast(int msgResId, int msgLength) { in showCurrentUserToast()
855 static void notifyScreenshotError(Context context, NotificationManager nManager, int msgResId) { in notifyScreenshotError()