Home
last modified time | relevance | path

Searched refs:profileId (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWipeDataNotificationTest.java27 final int profileId = getProfileId(); in testWipeDataWithReasonVerification() local
28 assertTrue("Invalid profileId", profileId > 0); in testWipeDataWithReasonVerification()
32 sendWipeProfileBroadcast(WipeDataReceiver.ACTION_WIPE_DATA_WITH_REASON, profileId); in testWipeDataWithReasonVerification()
40 final int profileId = getProfileId(); in testWipeDataWithEmptyReasonVerification() local
41 assertTrue("Invalid profileId", profileId > 0); in testWipeDataWithEmptyReasonVerification()
45 sendWipeProfileBroadcast(WipeDataReceiver.ACTION_WIPE_DATA, profileId); in testWipeDataWithEmptyReasonVerification()
53 int profileId = getProfileId(); in testWipeDataWithoutReasonVerification() local
54 assertTrue("Invalid profileId", profileId > 0); in testWipeDataWithoutReasonVerification()
57 sendWipeProfileBroadcast(WipeDataReceiver.ACTION_WIPE_DATA_WITHOUT_REASON, profileId); in testWipeDataWithoutReasonVerification()
65 int profileId = -1; in getProfileId() local
[all …]
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DShortcutManagerMultiuserTest.java41 final int profileId = createProfile(getPrimaryUserId()); in testManagedUser() local
44 installAppAsUser(TARGET_APK, profileId); in testManagedUser()
49 getDevice().startUser(profileId, /* wait */ true); in testManagedUser()
54 "test03_createShortuctsOnManagedProfile", profileId); in testManagedUser()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java534 for (int profileId : mCamcorderProfileList) { in testRecordingFramerateLowToHigh()
535 if (!CamcorderProfile.hasProfile(cameraId, profileId)) { in testRecordingFramerateLowToHigh()
538 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in testRecordingFramerateLowToHigh()
540 minFpsProfileId = profileId; in testRecordingFramerateLowToHigh()
544 maxFpsProfileId = profileId; in testRecordingFramerateLowToHigh()
643 for (int profileId : mCamcorderProfileList) { in doRecordingWithDifferentPreviewSizes()
644 if (!CamcorderProfile.hasProfile(cameraId, profileId)) { in doRecordingWithDifferentPreviewSizes()
647 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in doRecordingWithDifferentPreviewSizes()
656 if (allowedUnsupported(cameraId, profileId)) { in doRecordingWithDifferentPreviewSizes()
666 assertTrue("Video size " + videoSz.toString() + " for profile ID " + profileId + in doRecordingWithDifferentPreviewSizes()
[all …]
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java3352 for (int profileId: mCamcorderProfileList) { in testVideoSnapshotByCamera()
3353 if (!CamcorderProfile.hasProfile(cameraId, profileId)) { in testVideoSnapshotByCamera()
3359 profileId); in testVideoSnapshotByCamera()