Searched defs:msgLength (Results 1 – 4 of 4) sorted by relevance
27 public final int msgLength; 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()
285 const size_t msgLength = msg->size(); in sendMessage() local