| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/ | 
| 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()
 260                     int profileId = (Integer) args[0];  in updateAccountManagerMocks()  local
 269                     int profileId = (Integer) args[0];  in updateAccountManagerMocks()  local
 
 | 
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/deviceadmin/ | 
| D | DeviceAdminListPreferenceController.java | 136             final int profileId = profiles.get(i).getIdentifier();  in updateState()  local167             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()
 
 | 
| /packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/ | 
| D | DeviceAdminListPreferenceController.java | 157             final int profileId = profile.getIdentifier();  in refreshData()  local217     private void updateAvailableAdminsForProfile(final int profileId) {  in updateAvailableAdminsForProfile()
 235     private void addActiveAdminsForProfile(List<ComponentName> activeAdmins, int profileId) {  in addActiveAdminsForProfile()
 272             Collection<ComponentName> alreadyAddedComponents, int profileId) {  in addDeviceAdminBroadcastReceiversForProfile()
 
 | 
| /packages/apps/Launcher3/tests/src/com/android/launcher3/provider/ | 
| D | RestoreDbTaskTest.java | 192             int count, int screen, long profileId) {  in addIconsBulk()263     public int getItemCountForProfile(SQLiteDatabase db, long profileId) {  in getItemCountForProfile()
 277         MyModelDbController(long profileId) {  in MyModelDbController()
 
 | 
| /packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/ | 
| D | AppStateAppOpsBridge.java | 98                 int profileId = profile.getIdentifier();  in getPackageToStateMapsByProfileId()  local124     private List<PackageInfo> getPackageInfos(int profileId) throws RemoteException {  in getPackageInfos()
 
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/model/ | 
| D | GridBackupTable.java | 46         long profileId = UserCache.INSTANCE.get(mContext).getSerialNumberForUser(  in createCustomBackupTable()  local
 | 
| /packages/apps/Car/Settings/src/com/android/car/settings/location/ | 
| D | LocationServicesPreferenceController.java | 101     private List<Preference> getSortedInjectedPreferences(int profileId) {  in getSortedInjectedPreferences()
 | 
| /packages/apps/Nfc/src/com/android/nfc/ | 
| D | NfcPermissions.java | 50     public static void validateProfileId(Context context, int profileId) {  in validateProfileId()
 | 
| /packages/apps/Car/Settings/src/com/android/car/settings/qc/ | 
| D | PairedBluetoothDevices.java | 314     private LocalBluetoothProfile getProfile(CachedBluetoothDevice device, int profileId) {  in getProfile()324             int profileId) {  in getBluetoothProfileToggleState()
 
 | 
| /packages/apps/Settings/src/com/android/settings/notification/ | 
| D | SoundWorkSettingsController.java | 305     public void onManagedProfileAdded(@UserIdInt int profileId) {  in onManagedProfileAdded()316     public void onManagedProfileRemoved(@UserIdInt int profileId) {  in onManagedProfileRemoved()
 
 | 
| D | AudioHelper.java | 55     public Context createPackageContextAsUser(@UserIdInt int profileId) {  in createPackageContextAsUser()
 | 
| /packages/apps/Settings/src/com/android/settings/applications/ | 
| D | AppStateAppOpsBridge.java | 178                 final int profileId = profile.getIdentifier();  in getEntries()  local227                 final int profileId = profile.getIdentifier();  in loadPermissionsStates()  local
 
 | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ | 
| D | BluetoothPairingControllerTest.java | 268         int profileId = BluetoothProfile.HEADSET;  in mockIsLeAudio()  local
 | 
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ | 
| D | BluetoothProfileConnector.java | 116     BluetoothProfileConnector(BluetoothProfile profile, int profileId, String profileName,  in BluetoothProfileConnector()
 | 
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/ | 
| D | BluetoothTestUtils.java | 104         public TestLocalBluetoothProfile(int profileId) {  in TestLocalBluetoothProfile()
 | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ | 
| D | PhonePolicy.java | 507     private void processProfileStateChanged(BluetoothDevice device, int profileId, int nextState,  in processProfileStateChanged()546     private void processActiveDeviceChanged(BluetoothDevice device, int profileId) {  in processActiveDeviceChanged()
 
 | 
| D | MetricsLogger.java | 191     public static void logProfileConnectionEvent(ProfileId profileId) {  in logProfileConnectionEvent()
 | 
| /packages/apps/Settings/src/com/android/settings/password/ | 
| D | SaveAndFinishWorker.java | 185             int profileId, LockscreenCredential credential) {  in setProfileToUnify()
 | 
| D | ChooseLockGenericController.java | 140         public Builder setProfileToUnify(int profileId) {  in setProfileToUnify()
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/ | 
| D | AppWidgetsRestoredReceiver.java | 101             String profileId = Long.toString(mainProfileId);  in restoreAppWidgetIds()  local
 | 
| /packages/apps/Settings/src/com/android/settings/ | 
| D | TrustedCredentialsFragment.java | 692                             int profileId = profile.getIdentifier();  in doInBackground()  local709                             int profileId = profile.getIdentifier();  in doInBackground()  local
 829                 int profileId) {  in CertHolder()
 
 | 
| D | MainClear.java | 480             final int profileId = userInfo.id;  in loadAccountList()  local
 | 
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ | 
| D | PhonePolicyTest.java | 945     private void updateProfileConnectionStateHelper(BluetoothDevice device, int profileId,  in updateProfileConnectionStateHelper()
 | 
| /packages/services/Car/service/src/com/android/car/bluetooth/ | 
| D | BluetoothConnectionRetryManager.java | 235                 int profileId = MANAGED_PROFILES[i];  in trackDevice()  local
 | 
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/ | 
| D | PairedBluetoothDevicesTest.java | 451     private LocalBluetoothProfile getProfile(CachedBluetoothDevice device, int profileId) {  in getProfile()
 |