Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallFinish.java101 UserHandle otherBlockingUserHandle = null; in onReceive() local
112 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() local
143 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()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
H A DUninstallAppProgress.java152 UserHandle otherBlockingUserHandle = null; in handleMessage() local
162 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() local
193 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()