Home
last modified time | relevance | path

Searched refs:pps (Results 1 – 16 of 16) sorted by relevance

/cts/tests/video/src/android/video/cts/
DVideoCodecClaimsPerformanceTestBase.java101 List<PerformancePoint> pps = videoCaps.getSupportedPerformancePoints(); in deviceClaimsPerformanceSupported() local
102 if (pps != null && pps.size() > 0) { in deviceClaimsPerformanceSupported()
104 for (PerformancePoint pp : pps) { in deviceClaimsPerformanceSupported()
DCodecPerformanceTestBase.java296 List<MediaCodecInfo.VideoCapabilities.PerformancePoint> pps = mediaCodecInfo in getMaxOperatingRate() local
299 assertTrue(pps.size() > 0); in getMaxOperatingRate()
304 for (MediaCodecInfo.VideoCapabilities.PerformancePoint pp : pps) { in getMaxOperatingRate()
/cts/tests/mediapc/common/src/android/mediapc/cts/common/
DUtils.java224 List<PerformancePoint> pps = in meetsAvcCodecPreconditions() local
226 if (pps == null || pps.size() == 0) { in meetsAvcCodecPreconditions()
233 for (PerformancePoint pp : pps) { in meetsAvcCodecPreconditions()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConfigParserTest.java21 import android.net.wifi.hotspot2.pps.Credential;
22 import android.net.wifi.hotspot2.pps.HomeSp;
DPpsMoParserTest.java21 import android.net.wifi.hotspot2.pps.Credential;
22 import android.net.wifi.hotspot2.pps.HomeSp;
DWifiHotspot2Test.java25 import android.net.wifi.hotspot2.pps.Credential;
26 import android.net.wifi.hotspot2.pps.HomeSp;
DWifiNetworkSuggestionTest.java50 import android.net.wifi.hotspot2.pps.Credential;
51 import android.net.wifi.hotspot2.pps.HomeSp;
DWifiManagerTest.java97 import android.net.wifi.hotspot2.pps.Credential;
98 import android.net.wifi.hotspot2.pps.HomeSp;
/cts/tests/mediapc/src/android/mediapc/cts/
DVideoCodecRequirementsTest.java115 List<PerformancePoint> pps = in get4k60HwCodecSet() local
117 assertTrue(hwVideoCodec + " doesn't advertise performance points", pps.size() > 0); in get4k60HwCodecSet()
118 for (PerformancePoint pp : pps) { in get4k60HwCodecSet()
267 List<PerformancePoint> pps = videoCaps.getSupportedPerformancePoints(); in testAV1EncoderRequirements() local
268 if (pps != null && pps.size() > 0) { in testAV1EncoderRequirements()
270 for (PerformancePoint pp : pps) { in testAV1EncoderRequirements()
DMultiCodecPerfTestBase.java218 List<PerformancePoint> pps = cap.getVideoCapabilities().getSupportedPerformancePoints(); in checkAndGetMaxSupportedInstancesForCodecCombinations() local
219 assertTrue(pps.size() > 0); in checkAndGetMaxSupportedInstancesForCodecCombinations()
240 for (PerformancePoint pp : pps) { in checkAndGetMaxSupportedInstancesForCodecCombinations()
/cts/tests/tests/widget/src/android/widget/cts/
DPointerIconTest.java109 final MotionEvent.PointerProperties[] pps = new MotionEvent.PointerProperties[1]; in assertPointerIcon() local
110 pps[0] = new MotionEvent.PointerProperties(); in assertPointerIcon()
111 pps[0].toolType = toolType; in assertPointerIcon()
113 final MotionEvent event = MotionEvent.obtain(0, 0, MotionEvent.ACTION_HOVER_MOVE, 1, pps, in assertPointerIcon()
/cts/tests/tests/wifi/src/android/net/wifi/passpoint/cts/
DHomeSpTest.java20 import android.net.wifi.hotspot2.pps.HomeSp;
DPasspointConfigurationTest.java24 import android.net.wifi.hotspot2.pps.Credential;
25 import android.net.wifi.hotspot2.pps.HomeSp;
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCodecListTest.java945 List<VideoCapabilities.PerformancePoint> pps = in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
976 if (pps != null && pps.size() > 0) { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
982 if (pps == null) { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
994 if (pps.size() == 0) { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
999 for (VideoCapabilities.PerformancePoint p : pps) { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
1002 verifyPerformancePoints(info, types[j], pps); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dwifi-current.txt1133 method public android.net.wifi.hotspot2.pps.Credential getCredential();
1135 method public android.net.wifi.hotspot2.pps.HomeSp getHomeSp();
1139 method public void setCredential(android.net.wifi.hotspot2.pps.Credential);
1141 method public void setHomeSp(android.net.wifi.hotspot2.pps.HomeSp);
1157 package android.net.wifi.hotspot2.pps {
1161 ctor public Credential(android.net.wifi.hotspot2.pps.Credential);
1164 … method public android.net.wifi.hotspot2.pps.Credential.CertificateCredential getCertCredential();
1169 method public android.net.wifi.hotspot2.pps.Credential.SimCredential getSimCredential();
1170 method public android.net.wifi.hotspot2.pps.Credential.UserCredential getUserCredential();
1172 …method public void setCertCredential(android.net.wifi.hotspot2.pps.Credential.CertificateCredentia…
[all …]
Dcurrent.txt23689 …field public static final String KEY_PREPEND_HEADER_TO_SYNC_FRAMES = "prepend-sps-pps-to-idr-frame…