Home
last modified time | relevance | path

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

12

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/deviceadmin/
DDeviceAdminListPreferenceController.java133 final int profileId = profiles.get(i).getIdentifier(); in updateState() local
154 final int profileId = profile.getIdentifier(); in refreshData() local
212 private void updateAvailableAdminsForProfile(final int profileId) { in updateAvailableAdminsForProfile()
230 private void addActiveAdminsForProfile(List<ComponentName> activeAdmins, int profileId) { in addActiveAdminsForProfile()
267 Collection<ComponentName> alreadyAddedComponents, int profileId) { in addDeviceAdminBroadcastReceiversForProfile()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminListPreferenceController.java137 final int profileId = profiles.get(i).getIdentifier(); in updateState() local
158 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/src/com/android/launcher3/provider/
DImportDataTask.java103 String profileId = Long.toString(UserCache.INSTANCE.get(mContext) in importWorkspaceItems() local
110 "profileId = ? AND container = -100 AND cellY = 0 AND screen = " + in importWorkspaceItems()
112 new String[]{profileId}, in importWorkspaceItems()
133 Favorites.PROFILE_ID + " = ?", new String[]{profileId}, in importWorkspaceItems()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DMetricsLogger.java37 public static void logProfileConnectionEvent(ProfileId profileId) { in logProfileConnectionEvent()
DPhonePolicy.java303 private void processProfileStateChanged(BluetoothDevice device, int profileId, int nextState, in processProfileStateChanged()
334 private void processActiveDeviceChanged(BluetoothDevice device, int profileId) { in processActiveDeviceChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppStateAppOpsBridge.java95 int profileId = profile.getIdentifier(); in getPackageToStateMapsByProfileId() local
121 private List<PackageInfo> getPackageInfos(int profileId) throws RemoteException { in getPackageInfos()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/util/
DLauncherModelHelper.java240 public int addItem(int type, int screen, int container, int x, int y, long profileId) { in addItem()
259 public int addItem(int type, int screen, int container, int x, int y, long profileId, in addItem()
269 public void addItem(int type, int screen, int container, int x, int y, long profileId, in addItem()
320 public int[][][] createGrid(int[][][] typeArray, int startScreen, long profileId) { in createGrid()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridBackupTable.java134 long profileId = UserCache.INSTANCE.get(mContext).getSerialNumberForUser( in createCustomBackupTable() local
223 public void doBackup(long profileId, int options) { in doBackup()
/packages/apps/Car/Settings/src/com/android/car/settings/location/
DLocationServicesPreferenceController.java100 private List<Preference> getSortedInjectedPreferences(int profileId) { in getSortedInjectedPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DAudioHelper.java53 public Context createPackageContextAsUser(@UserIdInt int profileId) { in createPackageContextAsUser()
DWorkSoundPreferenceController.java296 public void onManagedProfileAdded(@UserIdInt int profileId) { in onManagedProfileAdded()
303 public void onManagedProfileRemoved(@UserIdInt int profileId) { in onManagedProfileRemoved()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/provider/
DRestoreDbTaskTest.java97 MyDatabaseHelper(long profileId) { in MyDatabaseHelper()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/system/
DMasterClearAccountsPreferenceControllerTest.java170 private void addAccountAndDescription(int profileId, String accountName) { in addAccountAndDescription()
/packages/apps/Settings/src/com/android/settings/notification/
DAudioHelper.java55 public Context createPackageContextAsUser(@UserIdInt int profileId) { in createPackageContextAsUser()
DWorkSoundPreferenceController.java296 public void onManagedProfileAdded(@UserIdInt int profileId) { in onManagedProfileAdded()
303 public void onManagedProfileRemoved(@UserIdInt int profileId) { in onManagedProfileRemoved()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountSettingsFragmentTest.java160 private void addAccountAndDescription(int profileId, String accountName, int labelId) { in addAccountAndDescription()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStateAppOpsBridge.java177 final int profileId = profile.getIdentifier(); in getEntries() local
209 final int profileId = profile.getIdentifier(); in loadPermissionsStates() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesSettingsTest.java168 private void installCrossProfilePackage(int profileId, String packageName) { in installCrossProfilePackage()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateAppOpsBridge.java193 final int profileId = profile.getIdentifier(); in getEntries() local
225 final int profileId = profile.getIdentifier(); in loadPermissionsStates() local
/packages/apps/Settings/src/com/android/settings/password/
DSaveChosenLockWorkerBase.java122 public void setProfileToUnify(int profileId, LockscreenCredential credential) { in setProfileToUnify()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java770 private void updateProfileConnectionStateHelper(BluetoothDevice device, int profileId, in updateProfileConnectionStateHelper()
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java294 ICarBluetoothUserService bluetoothUserProxies, int profileId) { in create()
315 ICarBluetoothUserService bluetoothUserProxies, int profileId) { in BluetoothProfileDeviceManager()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java707 int profileId = profile.getIdentifier(); in doInBackground() local
725 int profileId = profile.getIdentifier(); in doInBackground() local
843 int profileId) { in CertHolder()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTrustedCredentialsSettings.java707 int profileId = profile.getIdentifier(); in doInBackground() local
725 int profileId = profile.getIdentifier(); in doInBackground() local
843 int profileId) { in CertHolder()
DMasterClear.java471 final int profileId = userInfo.id; in loadAccountList() local

12