/cts/tests/video/src/android/video/cts/ |
D | VideoCodecClaimsPerformanceTestBase.java | 101 List<PerformancePoint> pps = videoCaps.getSupportedPerformancePoints(); in deviceClaimsPerformanceSupported() local 102 if (pps != null && pps.size() > 0) { in deviceClaimsPerformanceSupported() 104 for (PerformancePoint pp : pps) { in deviceClaimsPerformanceSupported()
|
D | CodecPerformanceTestBase.java | 296 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/ |
D | Utils.java | 224 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/ |
D | ConfigParserTest.java | 21 import android.net.wifi.hotspot2.pps.Credential; 22 import android.net.wifi.hotspot2.pps.HomeSp;
|
D | PpsMoParserTest.java | 21 import android.net.wifi.hotspot2.pps.Credential; 22 import android.net.wifi.hotspot2.pps.HomeSp;
|
D | WifiHotspot2Test.java | 25 import android.net.wifi.hotspot2.pps.Credential; 26 import android.net.wifi.hotspot2.pps.HomeSp;
|
D | WifiNetworkSuggestionTest.java | 50 import android.net.wifi.hotspot2.pps.Credential; 51 import android.net.wifi.hotspot2.pps.HomeSp;
|
D | WifiManagerTest.java | 97 import android.net.wifi.hotspot2.pps.Credential; 98 import android.net.wifi.hotspot2.pps.HomeSp;
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | VideoCodecRequirementsTest.java | 115 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()
|
D | MultiCodecPerfTestBase.java | 218 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/ |
D | PointerIconTest.java | 109 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/ |
D | HomeSpTest.java | 20 import android.net.wifi.hotspot2.pps.HomeSp;
|
D | PasspointConfigurationTest.java | 24 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/ |
D | MediaCodecListTest.java | 945 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/ |
D | wifi-current.txt | 1133 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 …]
|
D | current.txt | 23689 …field public static final String KEY_PREPEND_HEADER_TO_SYNC_FRAMES = "prepend-sps-pps-to-idr-frame…
|