Searched defs:id (Results 1 – 6 of 6) sorted by relevance
| /platform_testing/libraries/app-helpers/common/src/android/platform/test/helpers/common/ |
| D | AbstractStandardAppHelper.java | 71 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/ |
| D | ShuffleTest.java | 68 private Runner getMockRunner (int id) { in getMockRunner()
|
| D | IterateTest.java | 74 private Runner getMockRunner (int id) { in getMockRunner()
|
| /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
| D | NotificationHelper.java | 179 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
|
| D | NotificationInteractionTests.java | 217 int id = CUSTOM_NOTIFICATION_ID; in testNotificationClicks() local
|
| /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
| D | NotificationHelper.java | 73 public boolean checkNotificationExistence(int id, NotificationManager mNotificationManager) in checkNotificationExistence()
|