Searched refs:otherBlockingUserHandle (Results 1 – 2 of 2) sorted by relevance
101 UserHandle otherBlockingUserHandle = null; in onReceive() local112 otherBlockingUserHandle = otherUserHandle; in onReceive()116 if (otherBlockingUserHandle == null) { in onReceive()125 + " is a device admin of user " + otherBlockingUserHandle); in onReceive()128 context.createContextAsUser(otherBlockingUserHandle, 0) in onReceive()139 UserHandle otherBlockingUserHandle = null; in onReceive() local143 otherBlockingUserHandle = handle; in onReceive()149 if (isProfileOfOrSame(userManager, myUserHandle, otherBlockingUserHandle)) { in onReceive()155 if (otherBlockingUserHandle == null) { in onReceive()159 } else if (otherBlockingUserHandle == UserHandle.SYSTEM) { in onReceive()
152 UserHandle otherBlockingUserHandle = null; in handleMessage() local162 otherBlockingUserHandle = otherUserHandle; in handleMessage()166 if (otherBlockingUserHandle == null) { in handleMessage()174 + " is a device admin of user " + otherBlockingUserHandle); in handleMessage()176 String userName = ctx.createContextAsUser(otherBlockingUserHandle, 0) in handleMessage()189 UserHandle otherBlockingUserHandle = null; in handleMessage() local193 otherBlockingUserHandle = handle; in handleMessage()198 if (isProfileOfOrSame(userManager, myUserHandle, otherBlockingUserHandle)) { in handleMessage()205 if (otherBlockingUserHandle == UserHandle.SYSTEM) { in handleMessage()207 } else if (otherBlockingUserHandle == null) { in handleMessage()