Home
last modified time | relevance | path

Searched defs:profiles (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DUserManagerTest.java59 List<UserHandle> profiles = mUserManager.getAllProfiles(); in testGetAllProfiles() local
71 List<UserHandle> profiles = mUserManager.getAllProfiles(); in testCreateProfile_managedProfile() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSipManagerTest.java66 List<SipProfile> profiles = mSipManager.getProfiles(); in testGetProfiles() local
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccProfileInfoTest.java235 EuiccProfileInfo[] profiles = EuiccProfileInfo.CREATOR.newArray(123); in testCreatorNewArray() local
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java178 List<UserHandle> profiles = mLauncherApps.getProfiles(); in testGetProfiles_fromMainProfile() local
186 final List<UserHandle> profiles = mLauncherApps.getProfiles(); in testGetProfiles_fromManagedProfile() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUsers.java180 Set<UserReference> profiles = findProfilesOfType(userType, parent); in findProfileOfType() local
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecListTest.java450 List<Integer> profiles = new ArrayList<>(); in testFindDecoderWithAacProfile() local
467 List<Integer> profiles = new ArrayList<>(); in testFindEncoderWithAacProfile() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1168 EncoderProfiles profiles = CamcorderProfile.getAll(mCamera.getId(), profileId); in basicRecordingTestByCamera() local
1226 EncoderProfiles profiles, in doBasicRecordingByProfile()
1808 EncoderProfiles profiles, in setupMediaRecorder()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java144 List<UserHandle> profiles = userManager.getUserProfiles(); in testGetAppInstalledProvidersForCurrentUserNewAllProfiles() local
/cts/tests/media/src/android/mediav2/cts/
DEncoderProfileLevelTest.java691 int[] profiles = mProfileMap.get(mMime); in testValidateProfileLevel() local