/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/deviceadmin/ |
H A D | DeviceAdminListPreferenceController.java | 136 final int profileId = profiles.get(i).getIdentifier(); in updateState() local 167 final int profileId = profile.getIdentifier(); in refreshData() local 226 private void updateAvailableAdminsForProfile(final int profileId) { in updateAvailableAdminsForProfile() 244 private void addActiveAdminsForProfile(List<ComponentName> activeAdmins, int profileId) { in addActiveAdminsForProfile() 280 Collection<ComponentName> alreadyAddedComponents, int profileId) { in addDeviceAdminBroadcastReceiversForProfile()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/ |
H A D | DeviceAdminListPreferenceController.java | 137 final int profileId = profiles.get(i).getIdentifier(); in updateState() local 158 final int profileId = profile.getIdentifier(); in refreshData() local 218 private void updateAvailableAdminsForProfile(final int profileId) { in updateAvailableAdminsForProfile() 236 private void addActiveAdminsForProfile(List<ComponentName> activeAdmins, int profileId) { in addActiveAdminsForProfile() 273 Collection<ComponentName> alreadyAddedComponents, int profileId) { in addDeviceAdminBroadcastReceiversForProfile()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/ |
H A D | FactoryResetAccountsPreferenceControllerTest.java | 225 private void addAccountAndDescription(int profileId, String accountName) { in addAccountAndDescription() 230 private void addAccount(int profileId, String accountName) { in addAccount() 239 private void addDescription(int profileId, String accountName) { in addDescription()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | MetricsLogger.java | 37 public static void logProfileConnectionEvent(ProfileId profileId) { in logProfileConnectionEvent()
|
H A D | PhonePolicy.java | 328 private void processProfileStateChanged(BluetoothDevice device, int profileId, int nextState, in processProfileStateChanged() 360 private void processActiveDeviceChanged(BluetoothDevice device, int profileId) { in processActiveDeviceChanged()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/ |
H A D | AppStateAppOpsBridge.java | 98 int profileId = profile.getIdentifier(); in getPackageToStateMapsByProfileId() local 124 private List<PackageInfo> getPackageInfos(int profileId) throws RemoteException { in getPackageInfos()
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | DevicePolicyManagerInternal.java | 53 public void onCrossProfileWidgetProvidersChanged(int profileId, List<String> packages); in onCrossProfileWidgetProvidersChanged() 67 public abstract List<String> getCrossProfileWidgetProviders(int profileId); in getCrossProfileWidgetProviders()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | GridBackupTable.java | 89 long profileId = UserCache.INSTANCE.get(mContext).getSerialNumberForUser( in createCustomBackupTable() local 178 public void doBackup(long profileId, int options) { in doBackup()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
H A D | LauncherModelHelper.java | 306 public int addItem(int type, int screen, int container, int x, int y, long profileId) { in addItem() 325 public int addItem(int type, int screen, int container, int x, int y, long profileId, in addItem() 334 public void addItem(int type, int screen, int container, int x, int y, long profileId, in addItem() 382 public int[][][] createGrid(int[][][] typeArray, int startScreen, long profileId) { in createGrid()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | BaseLockSettingsServiceTests.java | 194 private UserInfo installChildProfile(int profileId) { in installChildProfile() 207 private UserInfo installAndTurnOffChildProfile(int profileId) { in installAndTurnOffChildProfile()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/location/ |
H A D | LocationServicesPreferenceController.java | 100 private List<Preference> getSortedInjectedPreferences(int profileId) { in getSortedInjectedPreferences()
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | SystemServerAdapter.java | 141 int profileId, int parentId) { in broadcastProfileParentStickyIntent()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/ |
H A D | SoundWorkSettingsController.java | 294 public void onManagedProfileAdded(@UserIdInt int profileId) { in onManagedProfileAdded() 305 public void onManagedProfileRemoved(@UserIdInt int profileId) { in onManagedProfileRemoved()
|
H A D | AudioHelper.java | 55 public Context createPackageContextAsUser(@UserIdInt int profileId) { in createPackageContextAsUser()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
H A D | PairedBluetoothDevices.java | 299 private LocalBluetoothProfile getProfile(CachedBluetoothDevice device, int profileId) { in getProfile() 309 int profileId) { in getBluetoothProfileToggleState()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothProfileConnector.java | 79 BluetoothProfileConnector(BluetoothProfile profile, int profileId, String profileName, in BluetoothProfileConnector()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SecurityControllerImpl.java | 188 final int profileId = getWorkProfileUserId(mCurrentUserId); in getWorkProfileOrganizationName() local 230 final int profileId = getWorkProfileUserId(mVpnUserId); in getWorkProfileVpnName() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/ |
H A D | AppStateAppOpsBridge.java | 193 final int profileId = profile.getIdentifier(); in getEntries() local 225 final int profileId = profile.getIdentifier(); in loadPermissionsStates() local
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/provider/ |
H A D | RestoreDbTaskTest.java | 151 MyDatabaseHelper(long profileId) { in MyDatabaseHelper()
|
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | UninstallFinish.java | 208 private boolean isProfileOfOrSame(@NonNull UserManager userManager, int userId, int profileId) { in isProfileOfOrSame()
|
/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | SaveChosenLockWorkerBase.java | 119 public void setProfileToUnify(int profileId, LockscreenCredential credential) { in setProfileToUnify()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
H A D | SettingsInjector.java | 126 final int profileId = userHandle.getIdentifier(); in getSettings() local 174 final int profileId) { in getInjectedSettings()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2SwitchPreviewTest.java | 345 int profileId = camcorderProfileList[0]; in basicRecordingPreviewTestByCamera() local 436 private boolean allowedUnsupported(int cameraId, int profileId) { in allowedUnsupported()
|
/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | DataProfile.java | 108 private DataProfile(int profileId, String apn, @ProtocolType int protocolType, int authType, in DataProfile() 426 public @NonNull Builder setProfileId(int profileId) { in setProfileId()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
H A D | PhonePolicyTest.java | 777 private void updateProfileConnectionStateHelper(BluetoothDevice device, int profileId, in updateProfileConnectionStateHelper()
|