Home
last modified time | relevance | path

Searched defs:profileId (Results 1 – 3 of 3) 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.java41 final int profileId = createProfile(getPrimaryUserId()); in testManagedUser() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1430 private boolean allowedUnsupported(int cameraId, int profileId) { in allowedUnsupported()