Home
last modified time | relevance | path

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

12

/frameworks/base/media/java/android/media/quality/
DMediaQualityManager.java447 public void updatePictureProfile(@NonNull String profileId, @NonNull PictureProfile pp) { in updatePictureProfile()
461 public void removePictureProfile(@NonNull String profileId) { in removePictureProfile()
633 public void updateSoundProfile(@NonNull String profileId, @NonNull SoundProfile sp) { in updateSoundProfile()
647 public void removeSoundProfile(@NonNull String profileId) { in removeSoundProfile()
961 public void postError(String profileId, int error) { in postError()
1022 public void postError(String profileId, int error) { in postError()
1065 public void onPictureProfileAdded( in onPictureProfileAdded()
1075 public void onPictureProfileUpdated( in onPictureProfileUpdated()
1085 public void onPictureProfileRemoved( in onPictureProfileRemoved()
1096 public void onError(@Nullable String profileId, @PictureProfile.ErrorCode int errorCode) { in onError()
[all …]
DActiveProcessingPicture.java36 public ActiveProcessingPicture(int id, @NonNull String profileId) { in ActiveProcessingPicture()
43 public ActiveProcessingPicture(int id, @NonNull String profileId, boolean forGlobal) { in ActiveProcessingPicture()
/frameworks/base/services/core/java/com/android/server/media/quality/
DMediaQualityService.java255 String profileId = mPictureProfileTempIdMap.getValue( in handleOnActivePicturesChanged() local
465 public boolean setDefaultPictureProfile(String profileId, int userId) { in setDefaultPictureProfile()
794 public boolean setDefaultSoundProfile(String profileId, int userId) { in setDefaultSoundProfile()
1495 private void notifyOnPictureProfileAdded(String profileId, PictureProfile profile, in notifyOnPictureProfileAdded()
1500 private void notifyOnPictureProfileUpdated(String profileId, PictureProfile profile, in notifyOnPictureProfileUpdated()
1506 private void notifyOnPictureProfileRemoved(String profileId, PictureProfile profile, in notifyOnPictureProfileRemoved()
1512 private void notifyOnPictureProfileError(String profileId, int errorCode, in notifyOnPictureProfileError()
1518 private void notifyOnPictureProfileParameterCapabilitiesChanged(Long profileId, in notifyOnPictureProfileParameterCapabilitiesChanged()
1534 private void notifyPictureProfileHelper(int mode, String profileId, in notifyPictureProfileHelper()
1583 private void notifyOnSoundProfileAdded(String profileId, SoundProfile profile, in notifyOnSoundProfileAdded()
[all …]
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManagerInternal.java56 public void onCrossProfileWidgetProvidersChanged(int profileId, List<String> packages); in onCrossProfileWidgetProvidersChanged()
70 public abstract List<String> getCrossProfileWidgetProviders(int profileId); in getCrossProfileWidgetProviders()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DBaseLockSettingsServiceTests.java279 private UserInfo installChildProfile(int profileId) { in installChildProfile()
296 private UserInfo installAndTurnOffChildProfile(int profileId) { in installAndTurnOffChildProfile()
/frameworks/base/services/core/java/com/android/server/audio/
DSystemServerAdapter.java141 int profileId, int parentId) { in broadcastProfileParentStickyIntent()
/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationManagerService.java122 int profileId = profile.getAttestationProfileId(); in verifyAttestationForAllVerifiers() local
/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl63 ParceledListSlice getInstalledProvidersForProfile(int categoryFilter, int profileId, in getInstalledProvidersForProfile()
87 in ComponentName providerComponent, in int profileId, in int widgetCategory); in getWidgetPreview()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java187 int state, int profileId) { in syncDeviceWithinHearingAidSetIfNeeded()
391 cachedDevice, int state, int profileId) { in onProfileConnectionStateChangedIfProcessed()
DCachedBluetoothDevice.java372 void setProfileConnectedStatus(int profileId, boolean isFailed) { in setProfileConnectedStatus()
987 public boolean isConnectedProfile(int profileId) { in isConnectedProfile()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2SwitchPreviewTest.java308 int profileId = camcorderProfileList[0]; in basicRecordingPreviewTestByCamera() local
399 private boolean allowedUnsupported(int cameraId, int profileId) { in allowedUnsupported()
DCamera2RecordingTest.java511 private boolean allowedUnsupported(int cameraId, int profileId) { in allowedUnsupported()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java235 final int profileId = getWorkProfileUserId(mCurrentUserId); in getWorkProfileOrganizationName() local
277 final int profileId = getWorkProfileUserId(mVpnUserId); in getWorkProfileVpnName() local
DBluetoothControllerImpl.java315 int profileId = profile.getProfileId(); in updateAudioProfile() local
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java799 int profileId) { in updateWidgetPackageSuspensionMaskedState()
2516 int profileId, String packageName) { in getInstalledProvidersForProfile()
3152 final int profileId = profileIds[j]; in scheduleNotifyGroupHostsForProvidersChangedLocked() local
3271 final int profileId = profileIds[i]; in loadGroupWidgetProvidersLocked() local
3952 final int profileId = profileIds[i]; in loadGroupStateLocked() local
4196 final int profileId = profileIds[i]; in saveStateLocked() local
4996 @NonNull ComponentName providerComponent, int profileId, in getWidgetPreview()
5251 private void loadGeneratedPreviewCategoriesLocked(int profileId) throws IOException { in loadGeneratedPreviewCategoriesLocked()
5608 public boolean isEnabledGroupProfile(int profileId) { in isEnabledGroupProfile()
5757 private boolean isParentOrProfile(int parentId, int profileId) { in isParentOrProfile()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DSettingsInjector.java127 final int profileId = userHandle.getIdentifier(); in getSettings() local
/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java579 public @NonNull Builder setProfileId(int profileId) { in setProfileId()
DApnSetting.java1980 public @NonNull Builder setProfileId(int profileId) { in setProfileId()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DUserManagerServiceMockedTest.java1155 private void addProfile(@UserIdInt int profileId, @UserIdInt int parentId) { in addProfile()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java898 int profileId = getManagedProfileId(context, context.getUserId()); in checkIfApplicationCanBeCredentialManagerProvider() local
/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java1417 private boolean bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, in bindAppWidgetIdIfAllowed()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1787 credential.getType(), credential.getCredential(), profileId); in sendCredentialsOnUnlockIfRequired() local
1809 credential.getType(), secret, profileId); in sendCredentialsOnChangeIfRequired() local
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java305 int profileId = profiles[i]; in getEvents() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java841 final int profileId = getWorkProfileUserId(UserHandle.myUserId()); in getWorkProfileOrganizationName() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1004 Secure.NAS_SETTINGS_UPDATED, 1, profileId); in setNASMigrationDone() local

12