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