Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java111 int contextUserId = context.getUser().getIdentifier(); in getNotificationManager() local
112 if (currentUserId != contextUserId) { in getNotificationManager()
114 + currentUserId + ") instead of user " + contextUserId in getNotificationManager()