Searched defs:msgResId (Results 1 – 5 of 5) 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()
37 void showCurrentUserToast(int msgResId, int msgLength); in showCurrentUserToast()
110 public void showCurrentUserToast(int msgResId, int msgLength) { in showCurrentUserToast()
1002 static void notifyScreenshotError(Context context, NotificationManager nManager, int msgResId) { in notifyScreenshotError()