Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DBroadcastHelper.java123 final int[] userIds, int[] instantUserIds, in sendPackageBroadcast() argument
137 if (ArrayUtils.isEmpty(instantUserIds)) { in sendPackageBroadcast()
144 instantUserIds, true /* isInstantApp */, null, in sendPackageBroadcast()
303 @Nullable int[] instantUserIds, in sendPackageChangedBroadcast() argument
325 userIds, instantUserIds, broadcastAllowList, null /* filterExtrasForReceiver */, in sendPackageChangedBroadcast()
456 final int[] instantUserIds = request.getUpdateBroadcastInstantUserIds(); in sendPostInstallBroadcasts() local
510 updateUserIds, instantUserIds, newBroadcastAllowList, null); in sendPostInstallBroadcasts()
516 updateUserIds, instantUserIds, null /* broadcastAllowList */, null); in sendPostInstallBroadcasts()
524 updateUserIds, instantUserIds, null /* broadcastAllowList */, null); in sendPostInstallBroadcasts()
534 updateUserIds, instantUserIds, null /* broadcastAllowList */, in sendPostInstallBroadcasts()
[all …]
DPackageMonitorCallbackHelper.java98 @AppIdInt int appId, @NonNull int[] userIds, @NonNull int[] instantUserIds, in notifyPackageAddedForNewUsers() argument
104 (ArrayUtils.isEmpty(userIds) ? instantUserIds[0] : userIds[0]), appId); in notifyPackageAddedForNewUsers()
111 userIds /* userIds */, instantUserIds, broadcastAllowList, handler, in notifyPackageAddedForNewUsers()
132 int[] instantUserIds, SparseArray<int[]> broadcastAllowList, Handler handler) { in notifyPackageChanged() argument
144 instantUserIds, broadcastAllowList, handler, null /* filterExtras */); in notifyPackageChanged()
148 int[] userIds, int[] instantUserIds, SparseArray<int[]> broadcastAllowList, in notifyPackageMonitor() argument
165 if (ArrayUtils.isEmpty(instantUserIds)) { in notifyPackageMonitor()
170 doNotifyCallbacksByAction(action, pkg, extras, instantUserIds, broadcastAllowList, in notifyPackageMonitor()
DPackageManagerService.java3297 final int[] instantUserIds = isInstantApp ? new int[] { userId } : EMPTY_INT_ARRAY;
3299 packageName, installerPackage, userIds, instantUserIds);