Home
last modified time | relevance | path

Searched refs:profileNum (Results 1 – 2 of 2) sorted by relevance

/packages/apps/PermissionController/src/com/android/permissioncontroller/permission/service/
DLocationAccessCheck.java638 for (int profileNum = 0; profileNum < numProfiles; profileNum++) { in getCurrentlyShownNotificationLocked()
640 NotificationManager.class, profiles.get(profileNum)); in getCurrentlyShownNotificationLocked()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1895 long profileNum = DatabaseUtils.queryNumEntries(mProfileHelper.getReadableDatabase(), in updateProviderStatus() local
1899 if (isContactsEmpty && profileNum <= 1) { in updateProviderStatus()