/cts/common/device-side/bedstead/remotedpc/src/test/java/com/android/bedstead/remotedpc/ |
D | RemoteDpcTest.java | 153 UserReference profile = TestApis.users().createUser() in profileOwner_userHandle_noProfileOwner_returnsNull() local 170 UserReference profile = TestApis.users().createUser() in profileOwner_userHandle_nonRemoteDpcProfileOwner_returnsNull() local 190 UserReference profile = TestApis.users().createUser() in profileOwner_userHandle_remoteDpcProfileOwner_returnsInstance() local 213 UserReference profile = TestApis.users().createUser() in profileOwner_userReference_noProfileOwner_returnsNull() local 229 UserReference profile = TestApis.users().createUser() in profileOwner_userReference_nonRemoteDpcProfileOwner_returnsNull() local 249 UserReference profile = TestApis.users().createUser() in profileOwner_userReference_remoteDpcProfileOwner_returnsInstance() local 328 UserReference profile = TestApis.users().createUser() in any_userHandle_noDeviceOwner_nonRemoteDpcProfileOwner_returnsNull() local 374 UserReference profile = TestApis.users().createUser() in any_userHandle_remoteDpcProfileOwner_returnsProfileOwner() local 402 UserReference profile = TestApis.users().createUser() in any_userReference_noDeviceOwner_nonRemoteDpcProfileOwner_returnsNull() local 448 UserReference profile = TestApis.users().createUser() in any_userReference_remoteDpcProfileOwner_returnsProfileOwner() local [all …]
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DataProfileTest.java | 46 DataProfile profile = new DataProfile.Builder() in testConstructorAndGetters() local 83 DataProfile profile = new DataProfile.Builder() in testEquals() local 124 DataProfile profile = new DataProfile.Builder() in testNotEquals() local 167 DataProfile profile = new DataProfile.Builder() in testParcel() local
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarBluetoothTest.java | 200 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 217 public void onServiceDisconnected(int profile) { in onServiceDisconnected() 240 int profile = sRequiredBluetoothProfiles.keyAt(i); in waitForProfileConnections() local 278 int profile = sRequiredBluetoothProfiles.keyAt(i); in checkProfileConnections() local 306 int profile = sRequiredBluetoothProfiles.keyAt(i); in clearProfileStatuses() local
|
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/devicepolicy/ |
D | DevicePolicyTest.java | 97 UserReference profile = TestApis.users().createUser() in setProfileOwner_profileOwnerIsSet() local 117 UserReference profile = TestApis.users().createUser() in setProfileOwner_profileOwnerIsAlreadySet_throwsException() local 137 UserReference profile = TestApis.users().createUser() in setProfileOwner_componentNameNotInstalled_throwsException() local 189 UserReference profile = TestApis.users().createUser() in getProfileOwner_returnsProfileOwner() local 209 UserReference profile = TestApis.users().createUser() in getProfileOwner_noProfileOwner_returnsNull() local
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | DevicePolicyManagerTest.java | 120 UserHandle profile = null; in newlyProvisionedManagedProfile_createsProfile() local 141 UserHandle profile = null; in newlyProvisionedManagedProfile_createsManagedProfile() local 162 UserHandle profile = null; in newlyProvisionedManagedProfile_setsActiveAdmin() local 185 UserHandle profile = null; in newlyProvisionedManagedProfile_setsProfileOwner() local 208 UserHandle profile = null; in newlyProvisionedManagedProfile_copiesAccountToProfile() local 233 UserHandle profile = null; in newlyProvisionedManagedProfile_removesAccountFromParentByDefault() local 258 UserHandle profile = null; in newlyProvisionedManagedProfile_keepsAccountInParentIfRequested() local 284 UserHandle profile = null; in newlyProvisionedManagedProfile_removesNonRequiredAppsFromProfile() local 310 UserHandle profile = null; in newlyProvisionedManagedProfile_setsCrossProfilePackages() local 336 private boolean isCrossProfilePackage(String packageName, UserHandle profile) in isCrossProfilePackage()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | CamcorderProfileTest.java | 99 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) { in checkProfile() 130 private void checkAllProfiles(EncoderProfiles allProfiles, CamcorderProfile profile, in checkAllProfiles() 247 private void checkSpecificProfileDimensions(CamcorderProfile profile, int quality) { in checkSpecificProfileDimensions() 351 CamcorderProfile profile = getWithOptionalId(quality, cameraId); in checkSpecificProfiles() local 397 CamcorderProfile profile = getWithOptionalId(quality, cameraId); in checkGet() local
|
D | MediaCodecCapabilitiesTest.java | 332 private boolean checkDecoder(String mime, int profile, int level) { in checkDecoder() 341 private boolean hasDecoder(String mime, int profile, int level) { in hasDecoder() 345 private boolean hasEncoder(String mime, int profile, int level) { in hasEncoder() 351 private boolean checkDecodeWithDefaultPlayer(String mime, int profile, int level) { in checkDecodeWithDefaultPlayer() 360 String mime, boolean isEncoder, int profile, int level, in supports()
|
D | MediaExtractorTest.java | 222 int profile = trackFormatForDolbyVision.getInteger(MediaFormat.KEY_PROFILE); in testDolbyVisionMediaExtractorProfileDvheDtr() local 254 final int profile = trackFormat.getInteger(MediaFormat.KEY_PROFILE); in SKIP_testDolbyVisionMediaExtractorProfileDvheStn() local 294 int profile = trackFormatForDolbyVision.getInteger(MediaFormat.KEY_PROFILE); in testDolbyVisionMediaExtractorProfileDvheSt() local 342 int profile = trackFormatForDolbyVision.getInteger(MediaFormat.KEY_PROFILE); in testDolbyVisionMediaExtractorProfileDvavSe() local 375 final int profile = trackFormat.getInteger(MediaFormat.KEY_PROFILE); in testDolbyVisionMediaExtractorProfileDvav1() local 416 int profile = trackFormatForDolbyVision.getInteger(MediaFormat.KEY_PROFILE); in testDolbyVisionMediaExtractorProfileDvav1_2() local
|
D | MediaRecorderTest.java | 249 CamcorderProfile profile = CamcorderProfile.get( in testRecorderCamera() local 323 CamcorderProfile profile = CamcorderProfile.get( in testRecorderMPEG2TS() local 595 CamcorderProfile profile = CamcorderProfile.get( in testSetOutputFile() local 883 int profile, int requestedLevel, int... expectedLevels) throws Exception { in testLevel() 987 int profile = AVCProfileBaseline; in testProfileAvcBaselineLevel1() local 1126 CamcorderProfile profile = CamcorderProfile.get( in testRecordExceedFileSizeLimit() local
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BluetoothLeAudioTest.java | 167 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 179 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
D | HearingAidProfileTest.java | 273 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 284 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
/cts/common/device-side/bedstead/deviceadminapp/src/test/java/com/android/bedstead/deviceadminapp/ |
D | DeviceAdminAppTest.java | 72 try (UserReference profile = TestApis.users().createUser() in setAsProfileOwner_isEnabled()
|
/cts/common/device-side/bedstead/remotedpc/src/main/java/com/android/bedstead/remotedpc/ |
D | RemoteDpc.java | 81 public static RemoteDpc profileOwner(UserHandle profile) { in profileOwner() 95 public static RemoteDpc profileOwner(UserReference profile) { in profileOwner()
|
/cts/tests/tests/security/src/android/security/cts/CVE_2021_0327/ |
D | IntroActivity.java | 60 UserHandle profile = devicePolicyManager.createAndProvisionManagedProfile( in setupWorkProfile() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | RecordingTest.java | 538 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in testRecordingFramerateLowToHigh() local 647 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in doRecordingWithDifferentPreviewSizes() local 973 CamcorderProfile profile = CamcorderProfile.get(quality); in getFpsFromHighSpeedProfileForSize() local 1140 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in basicRecordingTestByCamera() local 1205 CamcorderProfile profile, boolean userVideoStab, in doBasicRecordingByProfile() 1471 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in videoSnapshotTestByCamera() local 1785 private void prepareRecordingWithProfile(CamcorderProfile profile) throws Exception { in prepareRecordingWithProfile() 1793 private void prepareRecordingWithProfile(CamcorderProfile profile, in prepareRecordingWithProfile() 1800 private void setupMediaRecorder(CamcorderProfile profile) throws Exception { in setupMediaRecorder()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallProfileTest.java | 234 ImsCallProfile profile = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testGetVideoStatefromProfile() local 246 ImsCallProfile profile = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testGetVideoStateFromCallType() local
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | MediaRecorderStressTest.java | 65 private static CamcorderProfile profile = field in MediaRecorderStressTest 90 CamcorderProfile profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH); in setUp() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/ |
D | ProfileManager.java | 115 public boolean addProfile(PeripheralProfile profile) { in addProfile()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | EncoderProfileLevelTest.java | 247 int profile) { in getMinLevel() 494 private int getMinLevelMPEG4(int width, int height, int frameRate, int bitrate, int profile) { in getMinLevelMPEG4() 496 private LevelLimitMPEG4(int profile, int level, long sampleRate, int width, in getMinLevelMPEG4() 507 private final int profile; in getMinLevelMPEG4() field in EncoderProfileLevelTest.LevelLimitMPEG4 607 int profile = format.getInteger(MediaFormat.KEY_PROFILE, -1); in getAacProfile() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVRecordActivity.java | 474 CamcorderProfile profile = null; in setupCamera() local 668 VideoRecorder(Camera camera, CamcorderProfile profile){ in VideoRecorder()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 1278 CamcorderProfile profile = null; // Used for built-in camera in testLockUnlockByCamera() local 1334 private void setPreviewSizeByProfile(Parameters parameters, CamcorderProfile profile) { in setPreviewSizeByProfile() 1403 private void recordVideo(CamcorderProfile profile, in recordVideo() 2850 CamcorderProfile profile = null; // for built-in camera in testRecordingHintByCamera() local 2913 private void recordVideoSimple(CamcorderProfile profile, in recordVideoSimple() 3358 CamcorderProfile profile = CamcorderProfile.get(cameraId, in testVideoSnapshotByCamera() local
|
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/ |
D | MediaBitstreamsDeviceSideTest.java | 95 int profile = -1, level = -1; in fixFormat() local
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaUtils.java | 699 Integer profile, Integer level, Integer bitrate) { in canDecodeVideo() 705 Integer profile, Integer level, Integer bitrate, float decodeRate) { in canDecodeVideo()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
D | CameraVideoActivity.java | 704 CamcorderProfile profile = CamcorderProfile.get(cameraId, possibleQuality[i]); in findRecordSize() local
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 147 UserHandle profile = profiles.get(i); in testGetAppInstalledProvidersForCurrentUserNewAllProfiles() local
|