Home
last modified time | relevance | path

Searched defs:id (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/app-helpers/common/src/android/platform/test/helpers/common/
DAbstractStandardAppHelper.java71 String id = getLauncherName(); in open() local
190 protected UiObject2 findElementById(String id) { in findElementById()
227 protected void waitAndClickById(String packageStr, String id, long timeout) { in waitAndClickById()
240 protected void checkElementWithIdExists(String packageStr, String id, long timeout) { in checkElementWithIdExists()
/platform_testing/libraries/longevity/tests/src/android/platform/longevity/scheduler/
DShuffleTest.java68 private Runner getMockRunner (int id) { in getMockRunner()
DIterateTest.java74 private Runner getMockRunner (int id) { in getMockRunner()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java179 public void sendNotification(int id, int visibility, String title) throws Exception { in sendNotification()
183 public void sendNotification(int id, int visibility, String title, boolean buzz) in sendNotification()
259 public boolean checkNotificationExistence(int id, boolean exists) throws Exception { in checkNotificationExistence()
279 public StatusBarNotification getStatusBarNotification(int id) { in getStatusBarNotification()
371 String id = (buzz ? BUZZY_CHANNEL_ID : QUIET_CHANNEL_ID); in getChannel() local
DNotificationInteractionTests.java217 int id = CUSTOM_NOTIFICATION_ID; in testNotificationClicks() local
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java73 public boolean checkNotificationExistence(int id, NotificationManager mNotificationManager) in checkNotificationExistence()