Home
last modified time | relevance | path

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

/platform_testing/libraries/car-helpers/multiuser-helper/src/android/platform/helpers/
DMultiUserHelper.java99 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/
DNotificationHelper.java69 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()
DOverviewHelper.java240 int id = res.getIdentifier("config_recentsComponentName", "string", "android"); in isRecentsInLauncher() local
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java121 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
DNotificationInteractionTests.java230 int id = CUSTOM_NOTIFICATION_ID; in testNotificationClicks() local
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DAbstractStandardAppHelper.java133 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/
DJankCollectionHelperTest.java407 private String buildMetricKey(String pkg, String id) { in buildMetricKey()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdHelper.java151 private AtomMatcher.Builder getSimpleAtomMatcher(int id, int fieldId) { in getSimpleAtomMatcher()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DLayersTrace.java192 int id = proto.id; in fromFlattenedLayers() local