Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DAbiUtils.java37 public static String parseAbi(String id) { in parseAbi()
46 public static String[] parseId(String id) { in parseId()
57 public static String parseTestName(String id) { in parseTestName()
DDevicePropertyInfo.java68 String id, in DevicePropertyInfo()
118 String id, in DevicePropertyInfo()
DIInvocationResult.java71 IModuleResult getOrCreateModule(String id); in getOrCreateModule()
DLightInvocationResult.java104 public IModuleResult getOrCreateModule(String id) { in getOrCreateModule()
DModuleResult.java47 public ModuleResult(String id) { in ModuleResult()
DInvocationResult.java95 public IModuleResult getOrCreateModule(String id) { in getOrCreateModule()
/platform_testing/libraries/car-helpers/multiuser-helper/src/android/platform/helpers/
DMultiUserHelper.java90 public void switchAndWaitForStable(int id, long timeoutMs) throws Exception { in switchAndWaitForStable()
104 public void switchToUserId(int id) throws Exception { in switchToUserId()
/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/service/
DAudioCaptureSessionFactoryImpl.java57 int id = sIdBase.getAndIncrement(); in createCaptureSession() local
DAudioCaptureSession.java63 int id, in create()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java70 public void createChannel(String id, String name, int importance, boolean vibrate, in createChannel()
85 public void useChannel(String id) { in useChannel()
112 public boolean checkNotificationExistence(int id, NotificationManager manager) in checkNotificationExistence()
DOverviewHelper.java241 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()
203 public boolean checkNotificationExistence(int id, boolean exists) throws Exception { in checkNotificationExistence()
223 public StatusBarNotification getStatusBarNotification(int id) { in getStatusBarNotification()
290 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/flicker/src/com/android/server/wm/traces/common/tags/
DTag.kt15 val id: Int, constant in com.android.server.wm.traces.common.tags.Tag
/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/flicker/src/com/android/server/wm/traces/common/layers/
DDisplay.kt26 val id: ULong, constant in com.android.server.wm.traces.common.layers.Display
DLayerTraceEntryBuilder.kt38 val id = layer.id in <lambda>() constant
DLayer.kt35 val id: Int, constant in com.android.server.wm.traces.common.layers.Layer
/platform_testing/libraries/flicker/src/com/android/server/wm/proto/
Dtags.proto21 required int32 id = 3; field
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DJankCollectionHelperTest.java426 private String buildMetricKey(String pkg, String id) { in buildMetricKey()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdHelper.java144 private StatsdConfigProto.AtomMatcher getSimpleAtomMatcher(int id, int fieldId) { in getSimpleAtomMatcher()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/windows/
DDisplayContent.kt29 val id: Int, in <lambda>() constant in com.android.server.wm.traces.common.windowmanager.windows.DisplayContent