Searched defs:id (Results 1 – 9 of 9) sorted by relevance
/platform_testing/libraries/car-helpers/multiuser-helper/src/android/platform/helpers/ |
D | MultiUserHelper.java | 99 public void switchAndWaitForStable(int id, long timeoutMs) throws Exception { in switchAndWaitForStable() 113 public void switchToUserId(int id) throws Exception { in switchToUserId()
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | NotificationHelper.java | 69 public void createChannel(String id, String name, int importance, boolean vibrate, in createChannel() 84 public void useChannel(String id) { in useChannel() 111 public boolean checkNotificationExistence(int id, NotificationManager manager) in checkNotificationExistence()
|
D | OverviewHelper.java | 240 int id = res.getIdentifier("config_recentsComponentName", "string", "android"); in isRecentsInLauncher() local
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationHelper.java | 121 public void sendNotification(int id, int visibility, String title) throws Exception { in sendNotification() 125 public void sendNotification(int id, int visibility, String title, boolean buzz) in sendNotification() 201 public boolean checkNotificationExistence(int id, boolean exists) throws Exception { in checkNotificationExistence() 221 public StatusBarNotification getStatusBarNotification(int id) { in getStatusBarNotification() 288 String id = (buzz ? BUZZY_CHANNEL_ID : QUIET_CHANNEL_ID); in getChannel() local
|
D | NotificationInteractionTests.java | 230 int id = CUSTOM_NOTIFICATION_ID; in testNotificationClicks() local
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | AbstractStandardAppHelper.java | 133 String id = getLauncherName(); in open() local 301 protected UiObject2 findElementById(String id) { in findElementById() 338 protected void waitAndClickById(String packageStr, String id, long timeout) { in waitAndClickById() 351 protected void checkElementWithIdExists(String packageStr, String id, long timeout) { in checkElementWithIdExists()
|
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/ |
D | JankCollectionHelperTest.java | 407 private String buildMetricKey(String pkg, String id) { in buildMetricKey()
|
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | StatsdHelper.java | 151 private AtomMatcher.Builder getSimpleAtomMatcher(int id, int fieldId) { in getSimpleAtomMatcher()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
D | LayersTrace.java | 192 int id = proto.id; in fromFlattenedLayers() local
|