Home
last modified time | relevance | path

Searched defs:profileId (Results 1 – 7 of 7) 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/tests/tests/mediaquality/src/android/media/mediaquality/cts/
DMediaQualityTest.java656 String profileId = "profileId"; in testActiveProcessingPicture() local
761 public void onPictureProfileAdded(String profileId, PictureProfile profile) { in onPictureProfileAdded()
766 public void onPictureProfileUpdated(String profileId, PictureProfile profile) { in onPictureProfileUpdated()
771 public void onPictureProfileRemoved(String profileId, PictureProfile profile) { in onPictureProfileRemoved()
776 public void onError(String profileId, int errorCode) { in onError()
782 String profileId, List<ParameterCapability> updatedCaps) { in onParameterCapabilitiesChanged()
797 public void onSoundProfileAdded(String profileId, SoundProfile profile) { in onSoundProfileAdded()
802 public void onSoundProfileUpdated(String profileId, SoundProfile profile) { in onSoundProfileUpdated()
807 public void onSoundProfileRemoved(String profileId, SoundProfile profile) { in onSoundProfileRemoved()
812 public void onError(String profileId, int errorCode) { in onError()
[all …]
/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.java98 int profileId = 9; in testBuilderGet() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1069 int profileId = cmdObj.getInt("profileId"); in processSocketCommand() local
1092 int profileId = cmdObj.getInt("profileId"); in processSocketCommand() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1838 private boolean allowedUnsupported(int cameraId, int profileId) { in allowedUnsupported()