Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DDevicePolicyManagerInternal.java51 public void onCrossProfileWidgetProvidersChanged(int profileId, List<String> packages); in onCrossProfileWidgetProvidersChanged()
65 public abstract List<String> getCrossProfileWidgetProviders(int profileId); in getCrossProfileWidgetProviders()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DBaseLockSettingsServiceTests.java197 private UserInfo installChildProfile(int profileId) { in installChildProfile()
210 private UserInfo installAndTurnOffChildProfile(int profileId) { in installAndTurnOffChildProfile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java180 final int profileId = getWorkProfileUserId(mCurrentUserId); in getWorkProfileOrganizationName() local
216 final int profileId = getWorkProfileUserId(mVpnUserId); in getWorkProfileVpnName() local
DBluetoothControllerImpl.java281 int profileId = profile.getProfileId(); in updateAudioProfile() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfileConnector.java73 BluetoothProfileConnector(BluetoothProfile profile, int profileId, String profileName, in BluetoothProfileConnector()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DSettingsInjector.java126 final int profileId = userHandle.getIdentifier(); in getSettings() local
170 final int profileId) { in getInjectedSettings()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallFinish.java208 private boolean isProfileOfOrSame(@NonNull UserManager userManager, int userId, int profileId) { in isProfileOfOrSame()
/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/telephony/java/android/telephony/data/
DDataProfile.java108 private DataProfile(int profileId, String apn, @ProtocolType int protocolType, int authType, in DataProfile()
426 public @NonNull Builder setProfileId(int profileId) { in setProfileId()
DApnSetting.java785 boolean carrierEnabled, int networkTypeBitmask, int profileId, in makeApnSetting()
827 boolean carrierEnabled, int networkTypeBitmask, int profileId, boolean modemCognitive, in makeApnSetting()
1015 int profileId = 0; in fromString() local
1729 public Builder setProfileId(int profileId) { in setProfileId()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java549 int profileId) { in updateWidgetPackageSuspensionMaskedState()
726 final int profileId = profileIds[i]; in ensureGroupStateLoadedLocked() local
741 final int profileId = profileIds[i]; in ensureGroupStateLoadedLocked() local
1708 int profileId, String packageName) { in getInstalledProvidersForProfile()
2163 final int profileId = profileIds[j]; in scheduleNotifyGroupHostsForProvidersChangedLocked() local
2276 final int profileId = profileIds[i]; in loadGroupWidgetProvidersLocked() local
2841 final int profileId = profileIds[i]; in loadGroupStateLocked() local
3023 final int profileId = profileIds[i]; in saveStateLocked() local
3761 public boolean isEnabledGroupProfile(int profileId) { in isEnabledGroupProfile()
3894 private boolean isParentOrProfile(int parentId, int profileId) { in isParentOrProfile()
[all …]
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
DUninstallAppProgress.java242 private boolean isProfileOfOrSame(UserManager userManager, int userId, int profileId) { in isProfileOfOrSame()
/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl62 ParceledListSlice getInstalledProvidersForProfile(int categoryFilter, int profileId, in getInstalledProvidersForProfile()
/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java1164 private boolean bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, in bindAppWidgetIdIfAllowed()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java225 void setProfileConnectedStatus(int profileId, boolean isFailed) { in setProfileConnectedStatus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java266 final int profileId = getWorkProfileUserId(UserHandle.myUserId()); in getWorkProfileOrganizationName() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java570 private void verifyDataProfile(DataProfile dp, String apn, int profileId, in verifyDataProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java204 ConnectionParams(ApnContext apnContext, int profileId, int rilRadioTechnology, in ConnectionParams()
2740 public void bringUp(ApnContext apnContext, int profileId, int rilRadioTechnology, in bringUp()
DDcTracker.java1958 int profileId = DATA_PROFILE_INVALID; in setupData() local
5023 public static DataProfile createDataProfile(ApnSetting apn, int profileId, in createDataProfile()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1544 credential.getType(), secret, profileId); in sendCredentialsOnUnlockIfRequired() local
1566 credential.getType(), secret, profileId); in sendCredentialsOnChangeIfRequired() local
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java281 int profileId = profiles[i]; in getEvents() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1420 public void writeSetupDataCall(int phoneId, int radioTechnology, int profileId, String apn, in writeSetupDataCall()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java838 int profileId = profileIds.get(i); in getProfilesLU() local