Searched refs:removedAppId (Results 1 – 2 of 2) sorted by relevance
1734 final int removedAppId = removed.valueAt(i); in refreshExactAlarmCandidates() local1736 Slog.i(TAG, "App id " + removedAppId + " lost SCHEDULE_EXACT_ALARM on update"); in refreshExactAlarmCandidates()1739 if (UserHandle.getAppId(a.uid) != removedAppId || a.windowLength != 0) { in refreshExactAlarmCandidates()
21667 int removedAppId = -1; field in PackageRemovedInfo21701 extras.putInt(Intent.EXTRA_UID, removedAppId >= 0 ? removedAppId : uid); in sendSystemPackageUpdatedBroadcastsInternal()21730 final int removedUid = removedAppId >= 0 ? removedAppId : uid; in sendPackageRemovedBroadcastInternal()21759 if (removedAppId >= 0) { in sendPackageRemovedBroadcastInternal()21833 int removedAppId = -1; in removePackageDataLIF() local21844 removedAppId = mSettings.removePackageLPw(packageName); in removePackageDataLIF()21846 outInfo.removedAppId = removedAppId; in removePackageDataLIF()21899 if (removedAppId != -1) { in removePackageDataLIF()21903 mInjector.getUserManagerInternal(), UserHandle.USER_ALL, removedAppId); in removePackageDataLIF() local22414 outInfo.removedAppId = ps.appId; in clearPackageStateForUserLIF()