Home
last modified time | relevance | path

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

12

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/
DFactoryResetAccountsPreferenceControllerTest.java225 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/
DDeviceAdminListPreferenceController.java136 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()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminListPreferenceController.java157 final int profileId = profile.getIdentifier(); in refreshData() local
217 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/
DRestoreDbTaskTest.java192 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/
DAppStateAppOpsBridge.java98 int profileId = profile.getIdentifier(); in getPackageToStateMapsByProfileId() local
124 private List<PackageInfo> getPackageInfos(int profileId) throws RemoteException { in getPackageInfos()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridBackupTable.java46 long profileId = UserCache.INSTANCE.get(mContext).getSerialNumberForUser( in createCustomBackupTable() local
/packages/apps/Car/Settings/src/com/android/car/settings/location/
DLocationServicesPreferenceController.java101 private List<Preference> getSortedInjectedPreferences(int profileId) { in getSortedInjectedPreferences()
/packages/apps/Nfc/src/com/android/nfc/
DNfcPermissions.java50 public static void validateProfileId(Context context, int profileId) { in validateProfileId()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevices.java314 private LocalBluetoothProfile getProfile(CachedBluetoothDevice device, int profileId) { in getProfile()
324 int profileId) { in getBluetoothProfileToggleState()
/packages/apps/Settings/src/com/android/settings/notification/
DSoundWorkSettingsController.java305 public void onManagedProfileAdded(@UserIdInt int profileId) { in onManagedProfileAdded()
316 public void onManagedProfileRemoved(@UserIdInt int profileId) { in onManagedProfileRemoved()
DAudioHelper.java55 public Context createPackageContextAsUser(@UserIdInt int profileId) { in createPackageContextAsUser()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateAppOpsBridge.java178 final int profileId = profile.getIdentifier(); in getEntries() local
227 final int profileId = profile.getIdentifier(); in loadPermissionsStates() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java268 int profileId = BluetoothProfile.HEADSET; in mockIsLeAudio() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfileConnector.java116 BluetoothProfileConnector(BluetoothProfile profile, int profileId, String profileName, in BluetoothProfileConnector()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/
DBluetoothTestUtils.java104 public TestLocalBluetoothProfile(int profileId) { in TestLocalBluetoothProfile()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java507 private void processProfileStateChanged(BluetoothDevice device, int profileId, int nextState, in processProfileStateChanged()
546 private void processActiveDeviceChanged(BluetoothDevice device, int profileId) { in processActiveDeviceChanged()
DMetricsLogger.java191 public static void logProfileConnectionEvent(ProfileId profileId) { in logProfileConnectionEvent()
/packages/apps/Settings/src/com/android/settings/password/
DSaveAndFinishWorker.java185 int profileId, LockscreenCredential credential) { in setProfileToUnify()
DChooseLockGenericController.java140 public Builder setProfileToUnify(int profileId) { in setProfileToUnify()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetsRestoredReceiver.java101 String profileId = Long.toString(mainProfileId); in restoreAppWidgetIds() local
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsFragment.java692 int profileId = profile.getIdentifier(); in doInBackground() local
709 int profileId = profile.getIdentifier(); in doInBackground() local
829 int profileId) { in CertHolder()
DMainClear.java480 final int profileId = userInfo.id; in loadAccountList() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java945 private void updateProfileConnectionStateHelper(BluetoothDevice device, int profileId, in updateProfileConnectionStateHelper()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothConnectionRetryManager.java235 int profileId = MANAGED_PROFILES[i]; in trackDevice() local
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/
DPairedBluetoothDevicesTest.java451 private LocalBluetoothProfile getProfile(CachedBluetoothDevice device, int profileId) { in getProfile()

12