OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCurrentUserOrProfile
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/
ShowAdminSupportDetailsDialog.java
110
|| !RestrictedLockUtils.
isCurrentUserOrProfile
(this, userId)) {
143
enforcedAdmin.component) || !RestrictedLockUtils.
isCurrentUserOrProfile
(
/frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java
441
boolean
isCurrentUserOrProfile
(int userId) {
482
if (!
isCurrentUserOrProfile
(UserHandle.getCallingUserId())) {
738
if (!
isCurrentUserOrProfile
(userId)) {
[
all
...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedLockUtils.java
621
&&
isCurrentUserOrProfile
(context, admin.userId)) {
642
public static boolean
isCurrentUserOrProfile
(Context context, int userId) {
[
all
...]
Completed in 517 milliseconds