Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtils.java633 int adminUserId = UserHandle.myUserId(); in getShowAdminSupportDetailsIntent() local
635 adminUserId = admin.userId; in getShowAdminSupportDetailsIntent()
637 intent.putExtra(Intent.EXTRA_USER_ID, adminUserId); in getShowAdminSupportDetailsIntent()