Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostDeviceInfo.java52 private String getProperty(String prop) throws Exception { in getProperty()
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DICalendar.java56 public void addProperty(Property prop) { in addProperty()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DLocaleDeviceInfo.java110 String prop = System.getProperty("android.icu.impl.ICUBinary.dataPath"); in collectLocaleDataFilesInfo() local
/cts/hostsidetests/mediapc/videoencodingquality/src/
DCtsVideoEncodingQualityHostTest.java103 private String getProperty(String prop) throws Exception { in getProperty()
/cts/hostsidetests/videoencodingminimum/src/android/videoqualityfloor/cts/
DCtsVideoQualityFloorHostTest.java106 private String getProperty(String prop) throws Exception { in getProperty()
/cts/hostsidetests/neuralnetworks/src/com/android/nn/host/cts/
DNeuralNetworksStatsTests.java72 String prop = DeviceUtils.getDeviceConfigFeature(getDevice(), in isNnapiLoggingEnabled() local
/cts/tests/app/FgsTest/src/android/app/cts/fgstest/
DActivityManagerForegroundServiceTypeTest.java271 final PackageManager.Property prop = mTargetContext.getPackageManager() in testForegroundServiceTypeSpecialUseProperty() local
278 final PackageManager.Property prop = mTargetContext.getPackageManager() in testForegroundServiceTypeSpecialUseProperty() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java284 String prop = matcher.group(1); in getPropertiesWithPrefix() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DSurfaceViewTests.java112 static ObjectAnimator createInfiniteAnimator(Object target, String prop, in createInfiniteAnimator()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java426 public static String getProperty(ITestDevice device, String prop) throws Exception { in getProperty()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandTest.java2169 private static String getSystemProperty(String prop) throws Exception { in getSystemProperty()