Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DSystemServerAdapter.java141 int profileId, int parentId) { in broadcastProfileParentStickyIntent()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManagerInternal.java55 public void onCrossProfileWidgetProvidersChanged(int profileId, List<String> packages); in onCrossProfileWidgetProvidersChanged()
69 public abstract List<String> getCrossProfileWidgetProviders(int profileId); in getCrossProfileWidgetProviders()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DBaseLockSettingsServiceTests.java277 private UserInfo installChildProfile(int profileId) { in installChildProfile()
294 private UserInfo installAndTurnOffChildProfile(int profileId) { in installAndTurnOffChildProfile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java200 final int profileId = getWorkProfileUserId(mCurrentUserId); in getWorkProfileOrganizationName() local
242 final int profileId = getWorkProfileUserId(mVpnUserId); in getWorkProfileVpnName() local
DBluetoothControllerImpl.java324 int profileId = profile.getProfileId(); in updateAudioProfile() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DSettingsInjector.java127 final int profileId = userHandle.getIdentifier(); in getSettings() local
175 final int profileId) { in getInjectedSettings()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2SwitchPreviewTest.java345 int profileId = camcorderProfileList[0]; in basicRecordingPreviewTestByCamera() local
436 private boolean allowedUnsupported(int cameraId, int profileId) { in allowedUnsupported()
DCamera2RecordingTest.java511 private boolean allowedUnsupported(int cameraId, int profileId) { in allowedUnsupported()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java517 int profileId) { in updateWidgetPackageSuspensionMaskedState()
1710 int profileId, String packageName) { in getInstalledProvidersForProfile()
2194 final int profileId = profileIds[j]; in scheduleNotifyGroupHostsForProvidersChangedLocked() local
2308 final int profileId = profileIds[i]; in loadGroupWidgetProvidersLocked() local
2945 final int profileId = profileIds[i]; in loadGroupStateLocked() local
3134 final int profileId = profileIds[i]; in saveStateLocked() local
3930 public boolean isEnabledGroupProfile(int profileId) { in isEnabledGroupProfile()
4063 private boolean isParentOrProfile(int parentId, int profileId) { in isParentOrProfile()
4071 int profileId) { in isProviderInCallerOrInProfileAndWhitelListed()
4083 public boolean isProviderWhiteListed(String packageName, int profileId) { in isProviderWhiteListed()
[all …]
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DUserManagerServiceTest.java449 private void addProfile(@UserIdInt int profileId, @UserIdInt int parentId) { in addProfile()
/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl63 ParceledListSlice getInstalledProvidersForProfile(int categoryFilter, int profileId, in getInstalledProvidersForProfile()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java344 cachedDevice, int state, int profileId) { in onProfileConnectionStateChangedIfProcessed()
DCachedBluetoothDevice.java287 void setProfileConnectedStatus(int profileId, boolean isFailed) { in setProfileConnectedStatus()
/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java577 public @NonNull Builder setProfileId(int profileId) { in setProfileId()
DApnSetting.java1811 public @NonNull Builder setProfileId(int profileId) { in setProfileId()
/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java1321 private boolean bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, in bindAppWidgetIdIfAllowed()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java738 int profileId = getManagedProfileId(context, UserHandle.USER_SYSTEM); in checkIfMteIsDisabled() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java737 final int profileId = getWorkProfileUserId(UserHandle.myUserId()); in getWorkProfileOrganizationName() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1576 credential.getType(), credential.getCredential(), profileId); in sendCredentialsOnUnlockIfRequired() local
1598 credential.getType(), secret, profileId); in sendCredentialsOnChangeIfRequired() local
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java292 int profileId = profiles[i]; in getEvents() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java869 Settings.Secure.NAS_SETTINGS_UPDATED, 1, profileId); in setNASMigrationDone() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1478 public void writeSetupDataCall(int phoneId, int radioTechnology, int profileId, String apn, in writeSetupDataCall()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1141 int profileId = profileIds.get(i); in getProfilesLU() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java15912 public List<String> getCrossProfileWidgetProviders(int profileId) { in getCrossProfileWidgetProviders()