Searched refs:targetUser (Results 1 – 3 of 3) sorted by relevance
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | CopyAccountToUserTask.java | 108 UserHandle targetUser = UserHandle.of(targetUserId); in maybeCopyAccount() local 114 if (sourceUser.equals(targetUser)) { in maybeCopyAccount() 118 ProvisionLogger.logd("Attempting to copy account from " + sourceUser + " to " + targetUser); in maybeCopyAccount() 125 targetUser, in maybeCopyAccount() 129 ProvisionLogger.logi("Copied account to " + targetUser); in maybeCopyAccount() 135 ProvisionLogger.loge("Could not copy account to " + targetUser); in maybeCopyAccount() 139 ProvisionLogger.loge("Exception copying account to " + targetUser, e); in maybeCopyAccount() 142 ProvisionLogger.loge("Exception copying account to " + targetUser, e); in maybeCopyAccount()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | NewOutgoingCallIntentBroadcaster.java | 372 UserHandle targetUser = mCall.getInitiatingUser(); in processCall() local 373 Log.i(this, "Sending NewOutgoingCallBroadcast for %s to %s", mCall, targetUser); in processCall() 375 !disposition.callImmediately && !callRedirectionWithService, targetUser); in processCall() 393 UserHandle targetUser) { in broadcastIntent() argument 411 targetUser, in broadcastIntent()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | DownloadRequest.java | 214 UserHandle targetUser = new UserHandle(users[i]); in notifyOfDownload() local 217 if (userManager.hasUserRestriction(UserManager.DISALLOW_SMS, targetUser)) { in notifyOfDownload() 226 context.sendOrderedBroadcastAsUser(intent, targetUser, in notifyOfDownload()
|