Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/app/admin/
DDevicePolicyManagerInternal.java52 public void onCrossProfileWidgetProvidersChanged(int profileId, List<String> packages); in onCrossProfileWidgetProvidersChanged()
66 public abstract List<String> getCrossProfileWidgetProviders(int profileId); in getCrossProfileWidgetProviders()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DBaseLockSettingsServiceTests.java194 private UserInfo installChildProfile(int profileId) { in installChildProfile()
207 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/core/java/android/bluetooth/
DBluetoothProfileConnector.java79 BluetoothProfileConnector(BluetoothProfile profile, int profileId, String profileName, in BluetoothProfileConnector()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java184 final int profileId = getWorkProfileUserId(mCurrentUserId); in getWorkProfileOrganizationName() local
226 final int profileId = getWorkProfileUserId(mVpnUserId); in getWorkProfileVpnName() local
DBluetoothControllerImpl.java303 int profileId = profile.getProfileId(); in updateAudioProfile() local
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallFinish.java208 private boolean isProfileOfOrSame(@NonNull UserManager userManager, int userId, int profileId) { in isProfileOfOrSame()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DSettingsInjector.java126 final int profileId = userHandle.getIdentifier(); in getSettings() local
174 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/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.java910 boolean carrierEnabled, int networkTypeBitmask, int profileId, in makeApnSetting()
952 boolean carrierEnabled, int networkTypeBitmask, int profileId, boolean modemCognitive, in makeApnSetting()
1140 int profileId = 0; in fromString() local
1889 public Builder setProfileId(int profileId) { in setProfileId()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
DUninstallAppProgress.java242 private boolean isProfileOfOrSame(UserManager userManager, int userId, int profileId) { in isProfileOfOrSame()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java483 int profileId) { in updateWidgetPackageSuspensionMaskedState()
1592 int profileId, String packageName) { in getInstalledProvidersForProfile()
2055 final int profileId = profileIds[j]; in scheduleNotifyGroupHostsForProvidersChangedLocked() local
2168 final int profileId = profileIds[i]; in loadGroupWidgetProvidersLocked() local
2749 final int profileId = profileIds[i]; in loadGroupStateLocked() local
2937 final int profileId = profileIds[i]; in saveStateLocked() local
3707 public boolean isEnabledGroupProfile(int profileId) { in isEnabledGroupProfile()
3840 private boolean isParentOrProfile(int parentId, int profileId) { in isParentOrProfile()
3848 int profileId) { in isProviderInCallerOrInProfileAndWhitelListed()
3860 public boolean isProviderWhiteListed(String packageName, int profileId) { in isProviderWhiteListed()
[all …]
/frameworks/base/services/profcollect/src/com/android/server/profcollect/
DProfcollectForwardingService.java320 final int profileId = getBBProfileId(); in packProfileReport() local
/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.java1185 private boolean bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, in bindAppWidgetIdIfAllowed()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java248 void setProfileConnectedStatus(int profileId, boolean isFailed) { in setProfileConnectedStatus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java497 final int profileId = getWorkProfileUserId(UserHandle.myUserId()); in getWorkProfileOrganizationName() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java237 ConnectionParams(ApnContext apnContext, int profileId, int rilRadioTechnology, in ConnectionParams()
3517 public void bringUp(ApnContext apnContext, int profileId, int rilRadioTechnology, in bringUp()
DDcTracker.java2153 int profileId = DATA_PROFILE_INVALID; in setupData() local
5480 public static DataProfile createDataProfile(ApnSetting apn, int profileId, in createDataProfile()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java287 int profileId = profiles[i]; in getEvents() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1564 credential.getType(), secret, profileId); in sendCredentialsOnUnlockIfRequired() local
1586 credential.getType(), secret, profileId); in sendCredentialsOnChangeIfRequired() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java771 private void verifyDataProfile(DataProfile dp, String apn, int profileId, in verifyDataProfile()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java852 Settings.Secure.NAS_SETTINGS_UPDATED, 1, profileId); in setNASMigrationDone() local

12