Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/app/src/android/app/cts/
DNotificationManagerTest.java114 final Notification notification = new Notification( in sendNotification() local
/cts/tools/host/src/com/android/cts/
DConsoleUi.java554 String notification = "Please choose a session from the existed session(s):\n"; in chooseTestSession() local
578 String notification = "There are " + sessionList.size() in chooseMode() local
633 private int getUserInputId(String notification, int startIndex, int endIndex) in getUserInputId()