Home
last modified time | relevance | path

Searched defs:profiles (Results 1 – 25 of 40) sorted by relevance

12

/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DAppDataUsagePreferenceController.java99 List<UserInfo> profiles = ProfileHelper.getInstance(getContext()).getAllProfiles(); in onDataLoaded() local
120 NetworkStats.Bucket entry, List<UserInfo> profiles) { in aggregateDataUsage()
183 private boolean profileContainsUserId(List<UserInfo> profiles, int userId) { in profileContainsUserId()
188 SparseArray<AppItem> knownItems, List<AppItem> items, List<UserInfo> profiles) { in updateRestrictedState()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dlib.rs22 pub mod profiles; module
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DNonCurrentUserController.java79 int[] profiles = userManager.getProfileIds(info.id, false /* enabledOnly */); in getNonCurrentUserControllers() local
93 NonCurrentUserController(Context context, @NonNull UserInfo info, @NonNull int[] profiles) { in NonCurrentUserController()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DLightPackageInfoLiveData.kt110 val profiles = app.getSystemService(UserManager::class.java)!!.userProfiles in <lambda>() constant
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesController.java54 final List<UserInfo> profiles = mUserManager.getProfiles(UserHandle.myUserId()); in getAvailabilityStatus() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/deviceadmin/
DDeviceAdminListPreferenceController.java133 final List<UserHandle> profiles = mUm.getUserProfiles(); in updateState() local
165 final List<UserHandle> profiles = mUm.getUserProfiles(); in refreshData() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/utils/
DUserUtils.java89 List<UserHandle> profiles = userManager.getUserProfiles(); in getWorkProfile() local
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfilesPreferenceProvider.java82 List<Preference> profiles = new ArrayList<>(); in createProfileList() local
DProfileGridRecyclerView.java287 public ProfileAdapter(Context context, List<ProfileRecord> profiles) { in ProfileAdapter()
308 public void updateProfiles(List<ProfileRecord> profiles) { in updateProfiles()
/packages/apps/Car/Settings/src/com/android/car/settings/system/
DFactoryResetAccountsPreferenceController.java79 List<UserInfo> profiles = UserManager.get(getContext()).getProfiles(UserHandle.myUserId()); in updateState() local
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/conditional/
DWorkModeConditionController.java118 List<UserInfo> profiles = mUm.getProfiles(UserHandle.myUserId()); in updateUserHandle() local
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DFastPairDualConnection.java276 private BrEdrHandoverInformation(byte[] bluetoothAddress, short[] profiles) { in BrEdrHandoverInformation()
1048 short[] profiles = brEdrHandoverInformation.mProfiles; in pair() local
1227 short[] profiles, in attemptConnectProfiles()
1243 short[] profiles, in attemptConnectProfiles()
1685 short[] profiles = getSupportedProfiles(transportBlock); in getProfilesFromBrEdrConnection() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceBinderTest.java148 int profiles = BluetoothAdapter.ACTIVE_DEVICE_ALL; in removeActiveDevice() local
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DUserCache.java84 List<UserHandle> profiles = mUserManager.getEnabledProfiles(); in update() local
/packages/services/Telecomm/src/com/android/server/telecom/
DRingtoneFactory.java152 List<UserInfo> profiles = UserManager.get(mContext).getEnabledProfiles( in getWorkProfileContextForUser() local
/packages/apps/Settings/src/com/android/settings/notification/
DRedactNotificationPreferenceController.java80 final List<UserInfo> profiles = mUm.getProfiles(UserHandle.myUserId()); in RedactNotificationPreferenceController() local
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppStateAppOpsBridge.java70 IPackageManager packageManager, List<UserHandle> profiles, in AppStateAppOpsBridge()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java213 ArrayList<Class> profiles = new ArrayList<>(PROFILE_SERVICES_AND_FLAGS.length); in init() local
/packages/apps/Settings/src/com/android/settings/applications/
DRecentAppStatsMixin.java120 List<UserHandle> profiles = mUserManager.getUserProfiles(); in loadDisplayableRecentApps() local
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/
DFactoryResetAccountsPreferenceControllerTest.java156 List<UserInfo> profiles = new ArrayList<>(); in refreshUi_multipleProfiles_showsAllAccounts() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DNonCurrentUserControllerTest.java190 int[] profiles = {mPrimaryUser.id}; in handleResult_noStatsResult_shouldShowCachedData() local
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminListPreferenceController.java155 final List<UserHandle> profiles = mUm.getUserProfiles(); in refreshData() local
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/
DRecentLocationApps.java88 final List<UserHandle> profiles = um.getUserProfiles(); in getAppList() local
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DRecentLocationAppsCompat.java80 final List<UserHandle> profiles = um.getUserProfiles(); in getAppList() local
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java197 List<UserInfo> profiles = mUm.getProfiles(UserHandle.myUserId()); in updateDynamicRawDataToIndex() local
298 List<UserInfo> profiles = mUm.getProfiles(UserHandle.myUserId()); in updateUi() local

12