Searched defs:notification (Results 1 – 2 of 2) sorted by relevance
114 final Notification notification = new Notification( in sendNotification() local
554 String notification = "Please choose a session from the existed session(s):\n"; in chooseTestSession() local578 String notification = "There are " + sessionList.size() in chooseMode() local633 private int getUserInputId(String notification, int startIndex, int endIndex) in getUserInputId()