Home
last modified time | relevance | path

Searched defs:profileId (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWipeDataNotificationTest.java27 final int profileId = getProfileId(); in testWipeDataWithReasonVerification() local
40 final int profileId = getProfileId(); in testWipeDataWithEmptyReasonVerification() local
53 int profileId = getProfileId(); in testWipeDataWithoutReasonVerification() local
65 int profileId = -1; in getProfileId() local
93 private void sendWipeProfileBroadcast(String action, int profileId) throws Exception { in sendWipeProfileBroadcast()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DShortcutManagerMultiuserTest.java44 final int profileId = createProfile(getPrimaryUserId()); in testManagedUser() local
/cts/hostsidetests/appsearch/src/android/appsearch/cts/
DEnterpriseContactsMultiUserTest.java94 int profileId = device.createUser("Test User"); in createSecondaryUser() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DApnSettingTest.java95 int profileId = 9; in testBuilderGet() local
168 int profileId = 9; in testBuilderGetWithFlagEnabled() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1046 int profileId = cmdObj.getInt("profileId"); in processSocketCommand() local
1067 int profileId = cmdObj.getInt("profileId"); in processSocketCommand() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1820 private boolean allowedUnsupported(int cameraId, int profileId) { in allowedUnsupported()