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/tests/tests/bluetooth/bluetoothTestUtilLib/src/android/bluetooth/cts/
DTestUtils.java294 public BluetoothCtsServiceConnector(String logTag, int profileId, BluetoothAdapter adapter, in BluetoothCtsServiceConnector()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DApnSettingTest.java85 int profileId = 9; in testBuilderGet() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java954 int profileId = cmdObj.getInt("profileId"); in processSocketCommand() local
977 int profileId = cmdObj.getInt("profileId"); in processSocketCommand() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1779 private boolean allowedUnsupported(int cameraId, int profileId) { in allowedUnsupported()