Searched refs:receiverComponent (Results 1 – 1 of 1) sorted by relevance
7434 ComponentName receiverComponent = null; in sendDeviceOwnerCommand() local7436 receiverComponent = resolveDelegateReceiver(DELEGATION_NETWORK_LOGGING, action, in sendDeviceOwnerCommand()7439 if (receiverComponent == null) { in sendDeviceOwnerCommand()7441 receiverComponent = mOwners.getDeviceOwnerComponent(); in sendDeviceOwnerCommand()7444 sendActiveAdminCommand(action, extras, deviceOwnerUserId, receiverComponent); in sendDeviceOwnerCommand()7453 int userHandle, ComponentName receiverComponent) { in sendActiveAdminCommand() argument7455 intent.setComponent(receiverComponent); in sendActiveAdminCommand()