Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DNotesRoleManagerSecondaryUserRule.kt135 assert(getCurrentUserId() == userId) { "Ensure user switch to user $userId is completed" } in switchToUser()
138 private fun getCurrentUserId() = in getCurrentUserId() method in android.platform.test.rule.NotesRoleManagerSecondaryUserRule
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java315 public static int getCurrentUserId() { in getCurrentUserId() method in CommonUtils